cds-snc / pulse

Archived: [Project has been split out into two components, @ https://github.com/cds-snc/tracker and https://github.com/cds-snc/track-web ] Check whether a Government of Canada domain is adhering to best security practices.
Other
6 stars 1 forks source link

improve preprocess implimentation and testing #103

Closed buckley-w-david closed 6 years ago

buckley-w-david commented 6 years ago

The testing for test data module has been in a bit of a poor state for a while, this a start for improving it.

This PR adds testing that was missed for the preprocessing module, and factors out the connection creation that was happening in test_models.py into conftest.py so it can be used by any of the tests.