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 |
David Barragán Merino
|
767024d0d5
|
Add more licenses agreements to the tests module
|
2014-06-19 22:46:31 +02:00 |
Anler Hp
|
aa7ca6e3fc
|
Reconnect disconnected signals in integration tests
|
2014-06-02 16:57:48 +02:00 |
Anler Hp
|
bc70ab8cc9
|
Moving fixture into standalone module and new module tests.utils
|
2014-05-27 13:28:46 +02:00 |