taiga-back/tests
Anler Hp 24e9d92af1 Decorator for overriding settings while testing
Usage:
```
from tests.utils import set_settings

@set_settings(FOO='bar')
def test_something():
    ...
```
2014-07-02 13:34:14 +02:00
..
integration Updating occ tests 2014-06-25 16:19:40 +02:00
unit Integration with RabbitMQ and Celery 2014-07-02 09:49:56 +02:00
__init__.py New tests skeleton and examples using pytest 2014-04-29 14:02:46 +02:00
conftest.py Removing unnecessary setup of test database 2014-06-23 12:26:17 +02:00
factories.py Required estimated-start/end dates for milestones 2014-06-27 14:07:50 +02:00
fixtures.py Add more licenses agreements to the tests module 2014-06-19 22:46:31 +02:00
utils.py Decorator for overriding settings while testing 2014-07-02 13:34:14 +02:00