Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | Start 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-11 | Fixed pep8 warnings in environment.py. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed all functional tests using crochet. | Folker Bernitt | |
- Issue #420 - Added crochet as a test dependency - crochet now executes twisted in same process, in a background thread | |||
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-03-26 | Fixed pep8 errors. | Tiago Ferraz | |
2015-03-26 | New test that use checkboxes. Removal of hamcrest lib, code refactoring. | Tiago Ferraz | |
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures. | |||
2015-03-09 | Refactoring of fuctional tests | Tiago Ferraz | |
The scenarios were updated to follow the conventions of gherkin steps. Removal of duplicated code. | |||
2015-02-03 | Running functional tests with phantomjs | Duda Dornelles | |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
2015-01-27 | running behave tests with phantom | Duda Dornelles | |
2015-01-27 | #237 #232 #196 syncing user data once before starting the UA. Displaying a ↵ | Duda Dornelles | |
loading screen in the meantime. The initial sync will make sure the user has a single key pair | |||
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |
2014-12-18 | moving back to phantomjs as driver for functional tests | Duda Dornelles | |
2014-12-18 | Running functional tests behind tornado proxy: breaking the build :) | Duda Dornelles | |
2014-12-11 | optmizing python imports | Duda Dornelles | |
2014-11-21 | refactoring so the app_test_client knows how to start itself in a thread | Duda Dornelles | |
2014-11-19 | better organization for integration test support classes | Duda Dornelles | |
2014-11-18 | Fixing functional tests. Im not proud. | Duda Dornelles | |
2014-11-06 | improving log and logging to file on functional tests | Duda Dornelles | |
2014-11-05 | moving to twisted | Duda Dornelles | |
2014-10-27 | Attempt to fix functional tests: adding more wait_untils on the core of our ↵ | Duda Dornelles | |
selectors (like capybara), disabling mail list autoRefresh (only for functional tests) and adding some ridiculos timeout in a specific step | |||
2014-10-22 | Disabled requests logging for functional tests | Bruno Wagner | |
2014-10-15 | getting rid of "pixelated" in the names of many classes - redundant | Duda Dornelles | |
2014-10-15 | moving things out of user_agent. now it is called runserver and only does ↵ | Duda Dornelles | |
basic app setup and delegates to other "classes". | |||
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles | |
2014-10-09 | Setting up the app for functional tests using soledad test base so we can ↵ | Duda Dornelles | |
control the data | |||
2014-10-09 | moving fake-service features to service, getting rid of setup.py test ↵ | Duda Dornelles | |
requires and getting them into test_requirements.txt |