I have a pytest-based test suite (about 400 test procedure calls) I have been using to maintain confidence in the library throughout its development so far, but the suite has not been integrated with the project in a manner that effectively publishes it for users of the library, or makes it available for automation I am planning.
The test suite tests the pre-processing, tokenization and parsing components of the library, on "synthetic" and "real" input. Addition of testing of specifically the csspring.selectors module, is also planned.
I have a
pytest
-based test suite (about 400 test procedure calls) I have been using to maintain confidence in the library throughout its development so far, but the suite has not been integrated with the project in a manner that effectively publishes it for users of the library, or makes it available for automation I am planning.The test suite tests the pre-processing, tokenization and parsing components of the library, on "synthetic" and "real" input. Addition of testing of specifically the
csspring.selectors
module, is also planned.This issue tracks integration of the test suite.