grantjenks / python-runstats

Python module for computing statistics and regression in a single pass.
http://grantjenks.com/docs/runstats/
Other
96 stars 19 forks source link

Refactor Duplicated Test Code #8

Closed grantjenks closed 7 years ago

grantjenks commented 7 years ago

test_runstats.py and test_runstats_core.py are nearly identical. One imports from runstats.core and the other from runstats. There must be a way to refactor these tests to remove the duplicated source code.

grantjenks commented 7 years ago

Deployed at 1.2.1