Fixture creator
A helper to create new fixtures automatically.
Usage help:
bdaq_fixture -h
Just type the unit test script or folder. For example:
bdaq_fixtures bdaq53/tests/test_software/base/test_command_stream.py
will create updated unit test files in your data folder for failing tests. Of cause, you should know why the test failed and why the new fixture is required before you upload to the repo ;-)
To run all software unit tests and create new fixtures (if required):
bdaq_fixture
Edited by Mark Standke