Andreas Wacknitz
2024-03-26 5db69dc840ef6ca3119a69dd356812721954d272
commit | author | age
c41b70 1 ============================= test session starts ==============================
MT 2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
3d2c63 5 configfile: pyproject.toml
7b5f83 6 collecting ... collected 15 items
c41b70 7
MT 8 tests/test_classifiers.py::test_failure[classifiers0-deprecated_classifiers0-Top-level classifier 'Foo' is invalid] PASSED
9 tests/test_classifiers.py::test_failure[classifiers1-deprecated_classifiers1-Classifier 'Foo :: Bar' is missing] PASSED
10 tests/test_classifiers.py::test_failure[classifiers10-deprecated_classifiers10-Classifiers containing ':' are invalid] PASSED
11 tests/test_classifiers.py::test_failure[classifiers11-deprecated_classifiers11-Classifiers containing ':' are invalid] PASSED
12 tests/test_classifiers.py::test_failure[classifiers12-deprecated_classifiers12-Classifiers containing ':' are invalid] PASSED
13 tests/test_classifiers.py::test_failure[classifiers2-deprecated_classifiers2-Classifier 'Bing :: Bang' does not exist] PASSED
14 tests/test_classifiers.py::test_failure[classifiers3-deprecated_classifiers3-Classifier 'Foo :: Bar' in both valid and deprecated classifiers] PASSED
15 tests/test_classifiers.py::test_failure[classifiers4-deprecated_classifiers4-Classifiers starting with 'Private' are invalid] PASSED
16 tests/test_classifiers.py::test_failure[classifiers5-deprecated_classifiers5-Classifiers starting with 'Private' are invalid] PASSED
17 tests/test_classifiers.py::test_failure[classifiers6-deprecated_classifiers6-Classifiers starting with 'Private' are invalid] PASSED
18 tests/test_classifiers.py::test_failure[classifiers7-deprecated_classifiers7-Classifiers starting with 'Private' are invalid] PASSED
19 tests/test_classifiers.py::test_failure[classifiers8-deprecated_classifiers8-Classifiers starting or ending with whitespace are invalid] PASSED
20 tests/test_classifiers.py::test_failure[classifiers9-deprecated_classifiers9-Classifiers starting or ending with whitespace are invalid] PASSED
21 tests/test_classifiers.py::test_success[classifiers0-deprecated_classifiers0] PASSED
22 tests/test_classifiers.py::test_success[classifiers1-deprecated_classifiers1] PASSED
23
7b5f83 24 ======== 15 passed ========