summaryrefslogtreecommitdiff
path: root/service/test/integration/test_search.py
AgeCommit message (Collapse)Author
2015-02-03Issue #176 - tags with multiple words are now searcheablePatrick Maia
2015-02-03Enabling integration tests to be run in parallelDuda Dornelles
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster
2015-01-23Removed nosetests helper from search test, it is passing nowBruno Wagner
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles