chryss / pygaarst

Python geospatial analysis and remote sensing tools
MIT License
43 stars 12 forks source link

Testing documentation missing #18

Open dmwelch opened 8 years ago

dmwelch commented 8 years ago

Trying to run the test suite using nose (https://nose.readthedocs.org/en/latest/index.html) but it cannot find the tests: nosetests -m "test_*" -w tests/

Finally found how here: http://pytest.org/latest/nose.html py.test

Of course, they all fail b/c the test data is missing, but hey, they run! :+1: