lorax/tests/pylorax
Martin Pitt a6b96c2419 Fix project tests for non-Central time zones
When running tests somewhere else than Central Time, `test_api_time()`
fails like

    AssertionError: '1985-10-27T02:00:00' != '1985-10-26T21:00:00'

`test_yaps_to_project_info()` fails in a similar way.

Pin the time zone to UTC for this test and adjust timestamps to UTC.
2017-12-12 09:23:06 -08:00
..
recipes Add tests for the pylorax.api.recipes module 2017-10-25 13:31:35 -07:00
results Add tests for the pylorax.api.recipes module 2017-10-25 13:31:35 -07:00
test_buildstamp.py Fix mocking the built-in open function for Python2 2017-10-24 22:59:21 +03:00
test_projects.py Fix project tests for non-Central time zones 2017-12-12 09:23:06 -08:00
test_recipes.py Add recipe_diff function and helpers. 2017-11-14 16:16:48 -08:00
test_server.py Add filtering and glob support to /modules/list route 2017-11-22 15:31:21 -08:00
test_workspace.py Add workspace module and tests 2017-11-08 13:14:38 -08:00