index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
test
/
integration
/
test_search.py
Age
Commit message (
Collapse
)
Author
2016-10-21
[#797] reinstating use of the provided email body charstet encoding
NavaL
2016-10-18
Adapted imports to reflect new bitmask-dev dependency
Bruno Wagner
2016-10-07
use test client in test case through composition instead of inheritance
Roald de Vries
2015-08-11
Fixed pep8.
Folker Bernitt
2015-08-11
Fixed test_search integration test.
Folker Bernitt
2015-08-11
fix integration test_search
Victor Shyba
2015-03-18
cleaning import * from integration and unit tests
Victor Shyba
2015-03-18
no more self.client, since those methods are available from test case base
Victor Shyba
2015-02-03
Issue #176 - tags with multiple words are now searcheable
Patrick Maia
2015-02-03
Enabling integration tests to be run in parallel
Duda 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-23
Removed nosetests helper from search test, it is passing now
Bruno Wagner
2015-01-22
#224 renaming tests so they get caught by trial runner
Duda Dornelles