David Barragán Merino
|
cd7e8fca2b
|
Remove some prints
|
2015-09-04 11:04:08 +02:00 |
David Barragán Merino
|
44eee5212a
|
Improve votes module
|
2015-08-26 13:35:17 +02:00 |
Jesús Espino
|
c328414b4d
|
Fixing a lot of flake8 errors on tests
|
2015-02-24 19:54:10 +01:00 |
David Barragán Merino
|
834d8dfe3f
|
Use taiga.base.utils.json instead json
|
2015-01-14 10:54:42 +01:00 |
David Barragán Merino
|
b1fe9b335e
|
Remove unneeded code
|
2014-11-26 18:51:28 +01:00 |
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 |