simonsobs / sisock

Sisock ('saɪsɒk): streaming of Simons Obs. data over websockets for quicklook
Other
2 stars 0 forks source link

Introduce testing via twisted's unittest interface #49

Closed BrianJKoopman closed 2 years ago

BrianJKoopman commented 4 years ago

This was sort of an exploratory exercise in using twisted's unittest interface and I think is a step in the right direction of producing useful testing of code within this repo. This also switches the test runner from pytest to coverage in the travis configuration. coveralls is still used for displaying test coverage.

BrianJKoopman commented 2 years ago

Closing this old PR to get it off my PR's open list. It's an interesting example of twisted's Trial unittest interface though.