Closed egrossman closed 7 years ago
@egrossman
You can run nosetests
by running
python setup.py nosetests
You may need to make sure all the necessary packages are installed before running the above
pip install -e .[tests]
Another trick is to take a look at the CI build instructions (in this case, .travis.yml
).
@bmenn got the nosetests to work. Had to use a different assert method for the dataframes
@dlrobertson can you tell me how to run the nosetests? I still need to check if these tests work.