+2 new migrations in apps.dashboard; added new Item() model to dashboard.models; added ItemModelTest() to .tests; cleaned up deadspace in functional_tests

This commit is contained in:
Disco DeDisco
2025-12-31 00:26:39 -05:00
parent 822dcd3a96
commit e3fdc54ad4
5 changed files with 60 additions and 4 deletions

View File

@@ -41,7 +41,5 @@ class NewVisitorTest(unittest.TestCase):
self.check_for_row_in_list_table('2: Use peacock feathers to make a fly')
self.check_for_row_in_list_table('1: Buy peacock feathers')
if __name__ == "__main__":
unittest.main()