ADI-Labs / density

wireless density API
13 stars 26 forks source link

Adding test for capacity() logic #140

Closed blvns closed 9 years ago

natebrennand commented 9 years ago

This is awesome!

I don't think you should test against the values that are loaded from the JSON file because then your test values are tied to those values. If you override the cap_data dictionary in your test then you can do this safely.

jzf2101 commented 9 years ago

Yay :+1:

natebrennand commented 9 years ago

You need to merge in master again so that they tests can run.