mybuddy/core/tests
Christopher C. Wells 7abe7b2a5f Add test for USE_24_HOUR_TIME_FORMAT (#148)
Note: this new test has been tagged "isolate" and excluded from regular tests
because the locale behavior being tested involves Django internals that must
be handled at initialization and cannot be changed during runtime (i.e. this
new test with PASS when run alone, but FAIL when run with other tests).

A future commit or set of commits should come up with a way to execute all
tests tagged "isolate" in isolated test environments as part of the full test
suite. For now, this test simply does not run until it is run manually.
2020-07-22 21:56:29 -07:00
..
import Add data import tests 2020-02-18 14:41:33 -08:00
__init__.py Add tests utilities and core views tests. 2017-10-21 22:14:44 -04:00
tests_forms.py Fix minor linting issues 2020-03-30 05:25:57 -07:00
tests_import_export.py Add data import tests 2020-02-18 14:41:33 -08:00
tests_models.py Use user first and last name, when available, in UI 2020-02-18 14:41:33 -08:00
tests_templatetags.py Add test for USE_24_HOUR_TIME_FORMAT (#148) 2020-07-22 21:56:29 -07:00
tests_utils.py Remove all unicode_literals imports. 2018-02-17 17:09:40 -05:00
tests_views.py Add tests for inactive Timer delete functionality 2020-02-06 21:50:22 -08:00