summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/data_setup.py
AgeCommit message (Collapse)Author
2016-12-14[#845] Fixes pep8 line spacingAnike Arni
with @thaissiqueira
2016-12-14[#845] Fixes absence of email in functional testAnike Arni
We noticed we had timeout issues while waiting for an email in inbox. To solve this, we stopped using deferred in async calls and used @wait_for instead. With @thaissiqueira.
2016-11-30Extract user agent initializationTulio Casagrande
Now the initialization and mocking of the user agent run only when using localhost. See: https://github.com/pixelated/project-issues/issues/381
2016-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support
2015-09-15Replace sleep in data_setup.py with waitFolker Bernitt
- Issue: #456
2015-09-14Fixed pep8 warningBruno Wagner
2015-09-14Added sleep after adding mail so it is properly indexedBruno Wagner
2015-08-11Check for subject instead of mail id for deleted mails.Folker Bernitt
2015-06-17fix missing importVictor Shyba
2014-11-19better organization for integration test support classesDuda Dornelles
2014-11-18Fixing functional tests. Im not proud.Duda Dornelles
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-10Using file index for whoosh and fixing functional testsDuda Dornelles
2014-10-10pep8 warningsDuda Dornelles
2014-10-10Making forward_trash_archive feature workDuda Dornelles