Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | empty queries test makes more sense as a unit test | 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-03-11 | for #315, test queries with bad or empty parameters. They all should return ↵ | Victor Shyba | |
empty, not an error | |||
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-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |