Skip to content

Commit

Permalink
Added TODO comment to Test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Jul 11, 2024
1 parent d7823b4 commit 24548f4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
import bin.restore_user_timeseries as brut
import bin.debug.load_multi_timeline_for_range as lmtfr

"""
TODO: Will replace the contents of existing TestPurgeRestoreUserTimeseries.py file once the new functionality looks good.
Keeping the earlier Test file as well for now so that I can reuse any assertion tests if needed.
This Test file doesn't have any assertions right now, just using it to run an end-to-end flow of Export -> Purge -> Restore
"""

class TestPurgeRestoreUserTimeseries(unittest.TestCase):
def setUp(self):
etc.setupRealExample(self, "emission/tests/data/real_examples/shankari_2015-07-22")
Expand Down

0 comments on commit 24548f4

Please sign in to comment.