runtimeverification / pyk

Python tools for the K Framework
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Extend `_module_to_kore` test suite #1004

Closed tothtamas28 closed 7 months ago

tothtamas28 commented 7 months ago
tothtamas28 commented 7 months ago

Test coverage is 95%, the remaining 5% is mostly imports from the TYPE_CHECKING block and checks for conditions ensured by the K Frontend.

To generate the coverage report, run:

$ poetry run -- coverage run -m pytest src/tests/integration -v -n0 -k test_module_to_kore
$ poetry run -- coverage html
Baltoli commented 7 months ago

Will review when the previous PR is rebased out so it's a bit easier to read the diff @tothtamas28

tothtamas28 commented 7 months ago

Will review when the previous PR is rebased out

Done.