Changed - Saved JSON schema for tests. - All tests now will be stored in external files in the cache folder. - README.md was updated. - The data will be displayed for failed tests by default
0.1.6
Added * Better management of pass/fail of tests with pytest_report_teststatus. * Add github actions ci/cd pipeline to upload the the data to pypi
Changed * Fixed bug of failing passing tests that use exception with pytest.raises context manager.