summaryrefslogtreecommitdiff
path: root/service/test/integration/test_drafts.py
AgeCommit message (Collapse)Author
2016-12-01fix csrf in drafts testsRoald de Vries
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2015-11-23Removing test, since this scenario doesnt exists anymoreVictor Shyba
--Issue #512
2015-08-19Remove poor person's debugging printskaeff
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11fix integration.test_draftsVictor Shyba
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-03-18no more self.client, since those methods are available from test case baseVictor Shyba
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
- Issue #249 - Fixed all tests with that rely on sendmail deferred.
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-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles