Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Tests Failing #37

Open
Dialpuri opened this issue Sep 15, 2023 · 0 comments
Open

Core Tests Failing #37

Dialpuri opened this issue Sep 15, 2023 · 0 comments
Assignees
Labels
testing Something is wrong with the testing framework

Comments

@Dialpuri
Copy link
Collaborator

The core tests in tests/test_core.py do not pass.

The output is as follows:

FAILED tests/test_core.py::Test::test_cellulose_ligand - xml.etree.ElementTree.ParseError: mismatched tag: line 243, column 6
FAILED tests/test_core.py::Test::test_hierarchically_annotated_output - xml.etree.ElementTree.ParseError: mismatched tag: line 181, column 6
FAILED tests/test_core.py::Test::test_high_mannose_glycans - xml.etree.ElementTree.ParseError: mismatched tag: line 235, column 6
FAILED tests/test_core.py::Test::test_human_glycans_sialylated - xml.etree.ElementTree.ParseError: mismatched tag: line 283, column 6
FAILED tests/test_core.py::Test::test_human_glycans_simple - xml.etree.ElementTree.ParseError: mismatched tag: line 265, column 6
FAILED tests/test_core.py::Test::test_mammalian_glycans - xml.etree.ElementTree.ParseError: mismatched tag: line 121, column 6
FAILED tests/test_core.py::Test::test_nmr_glycans_simple - xml.etree.ElementTree.ParseError: mismatched tag: line 273, column 6
FAILED tests/test_core.py::Test::test_nmr_o_glycans - xml.etree.ElementTree.ParseError: mismatched tag: line 121, column 6
FAILED tests/test_core.py::Test::test_nomenclature - AssertionError: assert 'ALA' == 'Unknown'
FAILED tests/test_core.py::Test::test_o_glycans - xml.etree.ElementTree.ParseError: mismatched tag: line 185, column 6
FAILED tests/test_core.py::Test::test_plant_glycans - xml.etree.ElementTree.ParseError: mismatched tag: line 183, column 6
FAILED tests/test_core.py::Test::test_sequentially_annotated_output - AttributeError: module 'privateer.analysis' has no attribute 'get_annotated_glycans'

Possible solutions:

  • Rewrite tests to reflect changes in Privateer
@Dialpuri Dialpuri added the bug Something isn't working label Sep 15, 2023
@Dialpuri Dialpuri added this to To Do in Privateer CI/CD Sep 15, 2023
@Dialpuri Dialpuri added testing Something is wrong with the testing framework and removed bug Something isn't working labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Something is wrong with the testing framework
Projects
Development

No branches or pull requests

3 participants