Module tests
init.py.
Tests
To all tests, navigate to this directory and run
$ pytest
You may also add the flag --capture=tee-sys to route print statements to
stdout, which is useful for debugging.
To run a specific test, you can run
$ pytest path/to/test/file.py
Sub-modules
- tests.moog
- tests.moog_demos
- tests.runtime_benchmark
- 
Run benchmarks and print benchmark report …