Geosyntec / python-tidegates

🌊 ArcToolbox to analyze flooding due to storm surges and climate change
http://geosyntec.github.io/python-tidegates/
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Hedingfield updates #25

Closed HEdingfield closed 8 years ago

phobson commented 8 years ago

All tests from this branch pass on my system.

Just one blocker as noted below re: the nose wrapper argument.

F:\phobson\Tidegates\python-tidegates [master]> git checkout hedingfield-updates
Switched to branch 'hedingfield-updates'
Your branch is up-to-date with 'hylton/hedingfield-updates'.
F:\phobson\Tidegates\python-tidegates [hedingfield-updates]> nosetests --with-coverage --cover-package=tidegates
.........................................................................................
Name                     Stmts   Miss  Cover   Missing
------------------------------------------------------
tidegates.py                 3      0   100%
tidegates\tidegates.py      43     13    70%   156-165, 169-177
tidegates\toolbox.py       126     34    73%   256-275, 308-327
tidegates\utils.py         153      0   100%
------------------------------------------------------
TOTAL                      325     47    86%
----------------------------------------------------------------------
Ran 89 tests in 13.076s