Closed sjperkins closed 5 years ago
@bennahugo I'm not keen on submitting binary test data to the repository. git-lfs is probably fine though.
@bmerry Would it be appropriate for this repo to be added to the SDP jenkins testing server.
I'd llike to test on python 3.5 and 3.6.
We could add it to Jenkins, as long as it won't take hours to run. We don't currently have any support for Python versions other than 2.7 and 3.6 though.
I've added a basic acceptance test. I will put the 200mb dataset somewhere safe
Please see PR #39
The test runs in under 5 minutes
Ok our brand spanking new Jenkins instance is up and running on a VM at rhodes. I will setup a test for tricolour PRs
At the moment we have a set of unit tests that cover a fairly large section of the functionality:
We're missing unit tests for the continuum subtraction flagger. It would be a good thing if tests for this portion of the code were added.
It would also be useful for these unit tests to be run on every commit. As this is a private repo, we can't use travis to do this. Perhaps we can use the SDP jenkins server to achieve this.