anidata / ht-etl

Anidata 1.0: ETL and algorithm code.
0 stars 10 forks source link

Added tests and database dump. fixed bugs #15

Closed egrossman closed 7 years ago

egrossman commented 7 years ago

@dlrobertson can you tell me how to run the nosetests? I still need to check if these tests work.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 21.771% when pulling fb77d3c64e45e217c8ece8669ba87ae2f9f867ef on parse_phones_tests into d2b60704393fe27b28ae4b370d2c60bab5855b77 on master.

bmenn commented 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).

coveralls commented 7 years ago

Coverage Status

Coverage increased (+18.2%) to 40.511% when pulling c99a0233ed0af2bb2ae1887960f0072958ec0663 on parse_phones_tests into d2b60704393fe27b28ae4b370d2c60bab5855b77 on master.

egrossman commented 7 years ago

@bmenn got the nosetests to work. Had to use a different assert method for the dataframes

coveralls commented 7 years ago

Coverage Status

Coverage increased (+18.2%) to 40.511% when pulling 750a8f7bd9ccd2cb3251587ceac48d7cfed35ce0 on parse_phones_tests into d2b60704393fe27b28ae4b370d2c60bab5855b77 on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.1%) to 33.443% when pulling 1d277f91a90024c52a4ba94b0862fb6b3843d7b8 on parse_phones_tests into fc079fe75ae91bd51174fbb44f1473f98b8b6c61 on master.