simonsobs / BBPipe

B-modes pipeline constructor
5 stars 6 forks source link

Unit testing #10

Open damonge opened 6 years ago

damonge commented 6 years ago

Whoever creates the first stable pipeline stage should also set up some kind of unit testing framework, and unit tests should be a hard requirement for any PR that gets merged into master afterwards. I've had good experiences with unittest, but there are other options.