-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write test functions for every mapper in separate package #79
Comments
f4f9e9a : I created some mapper test functions: Can anyone make other mapper test functions? |
Would it work to have a |
@neothemachine , I removed mapper_tests from packages in setup.py but nosetests still want;s to test the mappers and fails: https://travis-ci.org/nansencenter/nansat/builds/36542717 |
@neothemachine , Ok, it seems I figured it out ;) |
There is only one function for download in the DataForTestingMappers mappers. It downloads files into subdirs of the download dir recreating the structure on the FTP server. |
We need to make proper tests for all mappers. There should probably be two tests for each - one with a given
mapperName
and one without. Test data can be added to the ftp-server like the present asar-file.This probably don't need to be in its own branch, as nansat is independent of tests and we will continuously have to add new ones.
The text was updated successfully, but these errors were encountered: