pyuvsim icon indicating copy to clipboard operation
pyuvsim copied to clipboard

Atomize unit tests

Open aelanman opened this issue 4 years ago • 0 comments

There are several tests, many probably my fault, that do several asserts. Ideally, each test should only really check one thing. Parametrizing and using fixtures can avoid excessive code duplication or repeating large operations.

aelanman avatar Jul 15 '20 17:07 aelanman