ward-wise / data-analysis

Data analysis on Chicago infrastructure and infrastructure spending
MIT License
3 stars 7 forks source link

Switching testing framework to PyTest #35

Closed suryadutta closed 3 months ago

suryadutta commented 3 months ago

PyTest is a "batteries-included" testing framework in Python that make it a lot easier to iterate and express multiple types of testing patterns in an efficient way.

This PR proposes a refactor that will make it much easier to run automated unit and integration tests from the root of the repository:

make test

make integration_test

Eventually, these unit tests can be configured to run in CI as well