vliz-be-opsci / py-sema

Overall parent of all packages involving semantic manipulation of RDF data.
MIT License
0 stars 0 forks source link

Enable Running Individual Tests Easily #41

Closed cedricdcc closed 3 months ago

cedricdcc commented 3 months ago

Implement a mechanism to run individual tests with a single command. using poetry run pytest path/to/file(.py)::name_function and a utility for running single tests.

Links to #37