Corey Morris
commited on
Commit
•
9f7d306
1
Parent(s):
201a72d
added todo for test
Browse files- test_regression.py +1 -0
test_regression.py
CHANGED
@@ -17,6 +17,7 @@ class TestRegression(unittest.TestCase):
|
|
17 |
|
18 |
#TODO
|
19 |
# if there are no untracked changes, the dataframes should be the same
|
|
|
20 |
# instead check the last commit to the one previous to that one
|
21 |
# if there are untracked changes, the dataframes should be different
|
22 |
# either optionally take a parameter for this test or extract the comparison logic so that it can be used separately to
|
|
|
17 |
|
18 |
#TODO
|
19 |
# if there are no untracked changes, the dataframes should be the same
|
20 |
+
# if there is no file saved for the current commit, save a file for the current commit
|
21 |
# instead check the last commit to the one previous to that one
|
22 |
# if there are untracked changes, the dataframes should be different
|
23 |
# either optionally take a parameter for this test or extract the comparison logic so that it can be used separately to
|