]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Remove Selenium tests
authorStephen Finucane <stephen@that.guru>
Tue, 17 Apr 2018 08:50:44 +0000 (09:50 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 26 Apr 2018 09:47:02 +0000 (10:47 +0100)
commitbab2895fcfbbe32f7d18b6a680111e675ddd73dd
treebe367ea1c0cfd19c1899b9e2c264680dd7ea9b21
parentda3ff5426c44e1a976783430ce12b081ef51b736
tests: Remove Selenium tests

These were added quite some time ago in order to allow some level of UI
testing. However, I've personally never used them, they're not used by
the CI, and no one has shown any desire in extending them in their time
here. It is time to bid these tests adieu.

Removing these allows us to remove a whole load of wiring that existed
just to enable these. Some of this, like the '--quick-tox' option for
the Dockerfile, is retained so we don't need to use different commands
for various versions of Patchwork, but the majority is just stripped
out.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Cc: Daniel Axtens <dja@axtens.net>
.travis.yml
docs/development/installation.rst
patchwork/tests/browser.py [deleted file]
patchwork/tests/test_user_browser.py [deleted file]
tools/docker/Dockerfile
tools/docker/entrypoint.sh
tox.ini