kbase-sfa-2021 / example_sdk_app

example_sdk_app
MIT License
5 stars 1 forks source link

Refactored testing to better support unit tests. #3

Closed dakotablair closed 2 years ago

dakotablair commented 2 years ago

Move unit testing to pytest since nose has been deprecated. Added new Makefile targets to facilitate running unit tests. The target unit-tests runs the unit tests from the test/unit_tests directory. This will fail if there are third-party dependencies required, so the target docker-unit will run these tests within the container where the dependencies should already be installed. The target docker-build is a shortcut to be used for debugging.