summaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Collapse)Author
2016-12-07[#801] Mocked event server on resource unit testTulio Casagrande
The resource unit test was breaking because the RootResource initialize calls an event register (and the event queue is not initialized on unit tests). We mocked the registering of events so the unit tests don't try to touch the event queue at all.
2016-12-07[#801] serve signup page from signup resourceZara Gebru
2016-12-07[#801] disable failing test until it's implementedRoald de Vries
2016-12-07[#801] PEP8Roald de Vries
2016-12-07[#801] add signup resource + testsZara Gebru
2016-12-07[#801] Merge branch 'signup'Roald de Vries
2016-12-06clean up parameters of authsessionwrapperZara Gebru
2016-12-06Remove sleep time when waiting for interstitialTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-06remove some TODO'sRoald de Vries
2016-12-06fix parameter for root resourceZara Gebru
2016-12-05Merge branch 'master' into signupRoald de Vries
2016-12-05remove templates folder from root resource parametersRoald de Vries
2016-12-05use static instead of {startup,public}-assetsRoald de Vries
2016-12-05get templates from pkg_resourcesRoald de Vries
2016-12-02[refactor] use static url instead of assets urlZara Gebru
2016-12-02[#625, #851] fixing log typo and adding test making sure encryption error ↵NavaL
does propagate to mails resources
2016-12-02Finish first smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-12-02Add support to run ipdb on errorTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01[#849] Change unauthorized messageTulio Casagrande
2016-12-01Increase interstitial timeoutTulio Casagrande
We need a bigger timeout in order to test remotely See: https://github.com/pixelated/project-issues/issues/381
2016-12-01Fix logout button reference to work on FirefoxTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01Add support to use different webdriversTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-12-01fix csrf in tags testsRoald de Vries
2016-12-01fix csrf in retrieve attachment testRoald de Vries
2016-12-01fix csrf in mark as read/unread testsRoald de Vries
2016-12-01fix csrf in drafts testsRoald de Vries
2016-12-01fix csrf for some integration testsRoald de Vries
2016-12-01fix root resource tests when zmq is not availableRoald de Vries
2016-12-01WIP: add csrf token to every requestRoald de Vries
2016-11-30Removes unused functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add username to behave contextTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add timeout to find by css selectorTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add sign up smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
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-11-30add csrf token to login formRoald de Vries
2016-11-30remove PublicRootResource and use a flag on RootResource insteadRoald de Vries
2016-11-30Extract slugify methodTulio Casagrande
2016-11-30Setup browser before_all methodTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30redirect to login from root url when not logged inRoald de Vries
2016-11-30mock out usage of ZMQ in the right placeRoald de Vries
2016-11-29Improve atomicity of checkbox operationsTulio Casagrande
We were getting too much errors like "Element is no longer attached to the DOM". See: https://github.com/pixelated/project-issues/issues/381
2016-11-29Add support for parameterization on errorTulio Casagrande
We added debug on error, default to false and save screenshots, default to true
2016-11-29Remove twisted loggers from behave testsTulio Casagrande
The twisted loggers were capturing outputs and preventing debug with pdb
2016-11-29Convert URL constants to behave's userdataTulio Casagrande
Behave 1.2.5 introduces user-specific configuration data, which can be used to override default values. See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Removes commented codeDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Removes unused variableDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Changes print from command to functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29mock out usage or ZMQRoald de Vries