Skip to content

Added runtime functions for test scripts

Evan Goetz requested to merge evan-goetz/pydarm:unit-test-run into master

Some lines were missing from some of the test scripts like the following:

if __name__ == '__main__':
    unittest.main()

Just to keep things uniform and consistent, these lines have been added to test scripts.

Merge request reports

Loading