mybuddy/babybuddy/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
..
__init__.py Add a basic Welcome page. 2017-11-09 14:37:06 -05:00
tests_commands.py Remove all unicode_literals imports. 2018-02-17 17:09:40 -05:00
tests_formats.py Add test for USE_24_HOUR_TIME_FORMAT (#148) 2020-07-22 21:56:29 -07:00
tests_forms.py Add specific test for timezone setting via form 2020-02-14 10:56:13 -08:00
tests_models.py Add basic translation feature tests. 2019-04-18 19:52:17 -07:00
tests_templatetags.py Hide Child from Timer detail in one child use cases 2020-01-31 12:01:17 -08:00
tests_views.py Use settings override for rolling session refresh test 2020-06-28 05:31:34 -07:00