pyuvsim
pyuvsim copied to clipboard
Atomize unit tests
There are several tests, many probably my fault, that do several assert
s. Ideally, each test should only really check one thing. Parametrizing and using fixtures can avoid excessive code duplication or repeating large operations.