October 2018
Beginner to intermediate
736 pages
17h 39m
English
There's only one story/task set remaining how to integrate unit tests with whatever build process will be put into play for the component projects:
With the unit testing structures just defined in place in a component project, integrating them into a build process is relatively easily accomplished. In a setup.py file-based build, the test modules can be specified in the test_suite ...