evennia/evennia/utils/tests
Chason Chaffin 8fc7815189 Fixing bug in gametime module
Previously, gametime used the length of the current year and
current month to calculate the future date in the real_seconds_until
function. This caused a small bug when passing over a leap day from
a year without a leap day.

This change uses the datetime module to just increment the year
or month, sidestepping the issue.
2019-04-19 16:19:15 +09:00
..
data #1459: force evform.raw_form to have all lines of the same length - effectively a rectangle 2018-08-21 19:54:26 -05:00
__init__.py Refactor utils test suite into utils/tests/ 2017-10-07 11:27:47 +02:00
test_create_functions.py Make create_script return None if script set up to immediately fire/stop. Resolves #1663. 2018-10-27 19:08:31 +02:00
test_eveditor.py Add partial unittests for EvEditor 2019-02-05 01:14:32 +01:00
test_evform.py Made all unit tests pass 2019-01-09 22:08:48 +01:00
test_evmenu.py Correctly mock session.protocol flags 2018-10-14 09:33:52 +02:00
test_gametime.py Fixing bug in gametime module 2019-04-19 16:19:15 +09:00
test_tagparsing.py Run 2to3. 2017-10-29 13:40:30 -04:00
test_utils.py Refactor utils test suite into utils/tests/ 2017-10-07 11:27:47 +02:00