summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2017-12-03[test] fix key renew testRuben Pollan
2017-12-03[tests] use the develop branch of python-gnupgTulio Casagrande
2017-12-03[feat] first phase of key regenerationNavaL
- if current key pair is expired, it'll be extended for a day first - new key pair will be signed by the old key
2017-12-03[feat] add key expiry date extension in keymanagerNavaL
- extends key pair (unlocked from soledad) - extension period is counted from key creation date
2017-07-20[test] Add basic functional login testVarac
* Move todo list to https://0xacab.org/leap/bitmask-dev/issues/8929 * use bundled pysqlcipher - debian package has not been fixed yet. * reset bitmaskd for each scenario so they are isolated * run functional tests on CI * moved e2e tests before the bundle * add test_functional_graphical Make target * Install chromedriver in docker image * add screenshots as artifacts on failure * run chrome without sandbox for docker Tests were failing on CI with chrome sandbox: https://0xacab.org/leap/bitmask-dev/-/jobs/15196 Used this workaround: https://stackoverflow.com/questions/28364012/webdriver-exception-chrome-not-reachable/28949227#28949227 - Resolves: #8929
2017-06-28[tests] add soledad-client dependenciesKali Kaneko (leap communications)
2017-06-28[tests] adapt tests to new soledad pathKali Kaneko (leap communications)
2017-05-17[tests] do not install pixelated on tests for nowKali Kaneko (leap communications)
2017-05-16[tests] install pixelated in tox alsoKali Kaneko (leap communications)
2017-04-20[tests] run CI with bundled sqlcipherKali Kaneko (leap communications)
to workaround the lack of HAVE_USLEEP in debian packages.
2017-03-15[tests] let's include OSX CIRuben Pollan
2017-02-27[tests] let's pick soledad master againKali Kaneko (leap communications)
after merging https://0xacab.org/leap/soledad/merge_requests/64 we're ready to change the calls to soledad with the new offline parameter, so we need to use master in the tests that are run on the CI again.
2016-10-07[tests] do not halt on first failure on CI testsKali Kaneko (leap communications)
2016-09-21[tests] add editable externals to git repoKali Kaneko (leap communications)
2016-09-20[tests] add pep8 to py27-dev tooKali Kaneko (leap communications)
2016-09-20[bug] revert usage of twisted whichKali Kaneko (leap communications)
the test environment isn't finding the path properly, due to pytest internals. so: - add path extension - fix the order in which we're happy with a gpg option (to avoid symlinks)
2016-09-20[tests] add script to checkout common/soledadKali Kaneko (leap communications)
2016-09-06[tests] factor out the common pieces to keymanager.testingKali Kaneko (leap communications)
2016-09-06[test] add speed tests for gpg/wrapper init/enc/decdrebs
this is a port of commit 2d9bec78f in the legacy keymanager repo. Additionally, I'm here separating benchmarking tests from the main tox run. In my machine several of these benchmarking tests seem to be broken, due to issue https://github.com/isislovecruft/python-gnupg/issues/157
2016-09-01[tests] add a separate env for development branches of soledad/commonKali Kaneko (leap communications)
2016-09-01[tests] tox configurationKali Kaneko (leap communications)
2016-08-29initial bitmask-dev stubKali Kaneko (leap communications)