amn / csspring

A CSS parsing library
GNU General Public License v3.0
1 stars 0 forks source link

Integrate with tests #1

Open amn opened 2 months ago

amn commented 2 months ago

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.

amn commented 1 month ago

More tests have been written, adding tests of the selectors module, but still haven't decided on how to integrate/associate them with the project.