mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
c66f63d7a5
* avoid Query's updated_at from changing when it is linked to new query results * move comment to previous line * move QueryResult tests to their own module * add test which verifies that updated_at is not changed on query data updates * tests were false positives - they compared HH:MM:SS, but that never changed because the original time was 1 week behind. * remove redundant constructor * remove hack and use a proper event to prevent updated_at from changing * use self.assertEqual instead of assert |
||
---|---|---|
.. | ||
handlers | ||
models | ||
query_runner | ||
tasks | ||
__init__.py | ||
factories.py | ||
test_authentication.py | ||
test_cli.py | ||
test_configuration.py | ||
test_handlers.py | ||
test_models.py | ||
test_permissions.py | ||
test_utils.py |