NullHypothesis / exitmap

A fast and modular scanner for Tor exit relays. The canonical repository (including issue tracker) is at https://gitlab.torproject.org/tpo/network-health/exitmap
https://www.cs.kau.se/philwint/spoiled_onions/
GNU General Public License v3.0
454 stars 107 forks source link

Add py.test and coverage + coveralls build reports. #30

Closed thylong closed 9 years ago

thylong commented 9 years ago

Hello,

I added py.test and coverage to Travis requirements and builds to increase easily the test coverage and standardize the tests.

Tell me what you think about it and if you need a hand to increase the number of tests :)

This is all in reference to issue #22.

NullHypothesis commented 9 years ago

Awesome work, thanks for you help, thylong! I added some minor comments to the pull request. Let me know if I can help addressing them. And yes, work on tests is needed and greatly appreciated!

thylong commented 9 years ago

Thanks, you're very welcome, this tool really is useful, so it's a pleasure ! I've push fixes about the Markdown.

Awesome, I'll make another PRs to add tests and increase the coverage.

NullHypothesis commented 9 years ago

Thanks for the changes, merged.