summaryrefslogtreecommitdiff
path: root/service/test/support/integration/soledad_test_base.py
AgeCommit message (Collapse)Author
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11Fixed LeapMailStore integration test.Folker Bernitt
- ensured INBOX exists
2015-08-11Added common LeapMailStore to soledad test base.Folker Bernitt
- provides instance to all integration tests
2015-08-11Start events server before running functional tests.Folker Bernitt
- Issue #420 - Should create server.key before behave tests - Revert "move events diabling to AppTestClient for functional tests"
2015-08-11move events diabling to AppTestClient for functional testsVictor Shyba
2015-08-11fix typo in importVictor Shyba
2015-08-11disable events for integration testsVictor Shyba
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
- Add message does not yet mail index
2015-08-11fix test_soledad_querierVictor Shyba
2015-03-18TestCase logic moved to AppTestClient, enabling reuse outside of integration ↵Victor Shyba
(performance tests)
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-28for #256, change TestCase to twisted trialVictor Shyba
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-17Fix issue #200 search works with base63 bodiesFábio Pio
Now the search works with the decoded body too, instead of only with the raw mail
2014-12-11Fixed delete mails from mail list, actionsNeissi Torres Lima
2014-11-24Fixed pep8 warnings.Folker Bernitt
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-19better organization for integration test support classesDuda Dornelles