dask / knit

Deprecated, please use https://github.com/jcrist/skein or https://github.com/dask/dask-yarn instead
http://knit.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
53 stars 10 forks source link

More robust testing #107

Closed jcrist closed 6 years ago

jcrist commented 7 years ago

Several issues appeared after the merging of #101. It might be good to think about how to improve test coverage for this library. A few notes:

Also might be good to document how a novice developer (myself :)) might get a test environment setup locally.

martindurant commented 7 years ago

I think I skipped the latter point when skimming this before - it is a point well made. This could go in the docs, but there's also the README in continuus_integration/. For myself, I use

docker run -d -v /my/path/code:/code mdurant/hadoop
docker exec -it <hash-from-above> bash