Andrey Antukh
|
4f27a8ba4d
|
Fix affected tests to previous attachment fixes.
|
2014-09-06 00:43:32 +02:00 |
Jesús Espino
|
d97edb464c
|
[HUGE CHANGE] Changed the permissions system
|
2014-07-24 12:19:06 +02:00 |
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 |