summaryrefslogtreecommitdiff
path: root/service/test_requirements.txt
AgeCommit message (Collapse)Author
2016-11-29Update behave and seleniumDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-03 [#792] refactor pixelated-register and removed leap.auth dependencyNavaL
2016-10-26moving pixelated-maintenance register to use bonafide instead of leap.auth #792NavaL
2016-10-06Removed tornado and dispacher referencesTulio Casagrande
2016-09-08Update mock library to 2.0.0Tulio Casagrande
We were using an old version of the python's mock library, which lacks new features such as assert_called() and assert_not_called() that I found handy to test #778
2016-05-13Issue #691: Move Twisted dependency to requirementsFelix Hammerl
2016-05-13Issue #691: Upgrade TwistedFelix Hammerl
2016-03-16freezing Twisted to 15.5.0 for the tests -- fixing build.Christoph Kluenter
need to evaluate what to do. But this at least fixes the tests for now.
2016-02-02Added locustio to tests pip requirements.NavaL
Issue #585
2016-02-02WIPNavaL
2015-12-21adds poster pip require for the test --fixing buildNavaL
Issue #548
2015-08-11Fixed invalid crochet import.Folker Bernitt
- Issue #420
2015-08-11Fixed 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-03-26New 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-02-12Adding Coverage Commands to service/goTiago Ferraz
Added unit and integration coverage generation command and a combination of both coverage in go script.
2015-01-22 #224 moving to trial as test runnerPixpoa pairing
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
- add option --home /some/path to set a custom location for all user agent files.
2015-01-08Make it easier to run unit, integration and pep8 testsAlexandre Pretto
2014-12-18Adding a tornado proxy to simulate the behavior for the user agent when ↵Duda Dornelles
running with the dispatcher
2014-11-21Adding performance benchmark for GET /mailsDuda Dornelles
2014-10-28Updated selenium versionBruno Wagner
2014-10-16Bumped the nose versionBruno Wagner
2014-10-16Pinned versions of all packages, so we can reliably run the upgrade test, ↵Bruno Wagner
also fixed the error we're having on the upgrade test
2014-10-15Updated some dependenciesBruno Wagner
2014-10-10Fixing selenium version to work with firefoxDuda Dornelles
2014-10-09moving fake-service features to service, getting rid of setup.py test ↵Duda Dornelles
requires and getting them into test_requirements.txt
2014-09-09fix requirementsChristoph Kluenter
distinguish between test_requirements and running requirements.