MAINT: Move analyze methods into algorithm files

This commit is contained in:
Stewart Douglas
2015-09-10 11:36:14 -04:00
parent 723c5bb069
commit 283c959cc4
9 changed files with 161 additions and 111 deletions
+1
View File
@@ -39,6 +39,7 @@ def example_dir():
class ExamplesTests(TestCase):
# Test algorithms as if they being executed directly from the command line.
@parameterized.expand(((os.path.basename(f).replace('.', '_'), f) for f in
glob.glob(os.path.join(example_dir(), '*.py'))))
def test_example(self, name, example):