Skip to content

Core Tests Failing  #37

Open
Open
@Dialpuri

Description

@Dialpuri

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

Metadata

Metadata

Labels

testingSomething is wrong with the testing framework

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions