TODO tests.py file and minor change in gui.ui file

This commit is contained in:
Xevion
2021-09-03 20:07:59 -05:00
parent efb1b711be
commit 8996dcfb62
2 changed files with 3 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
</sizepolicy>
</property>
<property name="text">
<string>34 ready, 26 undoable in 3 stages, 18 prexisting (94)</string>
<string>0 ready, 0 undoable in 0 stages, 0 prexisting (0)</string>
</property>
</widget>
</item>

2
bulk_reminders/tests.py Normal file
View File

@@ -0,0 +1,2 @@
# TODO: Add REGEX parsing tests
# TODO: Add Event logic tests