Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-08 | Move data.gen_menu_json to test_data_set.py | Munyoki Kilyungi | |
This is done to avoid relative imports. wqflask/tests/unit/base/data.py: Delete it. * wqflask/tests/unit/base/test_data_set.py: Add new variable GEN_MENU_JSON. (TestDataSetTypes.test_data_set_type_with_empty_redis): Upper-case "gen_menu_json" variable. | |||
2022-03-17 | Skip unittests | BonfaceKilz | |
These tests touch on core data-structures in gn2; and there's a chance that refactoring said data-structures may break many things. | |||
2021-04-30 | autopep8: Fix W504 | BonfaceKilz | |
2021-04-29 | tests: test_data_set: Update test | BonfaceKilz | |
2021-04-29 | tests: unit: test_data_set: Remove unused mock | BonfaceKilz | |
2020-11-03 | Separate unittests from integration tests | BonfaceKilz | |