Skip to content

Commit 6c70d4f

Browse files
authored
Removed QUnit tests (#217)
Maintaining this is simply too burdensome at this time.
1 parent 828248d commit 6c70d4f

File tree

4 files changed

+0
-85
lines changed

4 files changed

+0
-85
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,3 @@ jobs:
103103
104104
- name: Tox tests
105105
run: tox -e ${{ matrix.tox-env }} -v
106-
107-
qunit:
108-
name: Visual tests
109-
runs-on: ubuntu-latest
110-
111-
steps:
112-
- uses: actions/checkout@v3
113-
- uses: actions/setup-python@v3
114-
115-
- name: Install Selenium dependencies
116-
run: |
117-
sudo apt-get -qq update
118-
sudo apt-get -y install firefox xvfb
119-
120-
- name: Install python dependencies
121-
run: |
122-
python -m pip install --upgrade pip
123-
python -m pip install --upgrade tox tox-gh-actions
124-
125-
- name: Tox tests
126-
run: tox -e qunit -v

test_project/qunit-runner.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

test_project/qunit.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ envlist =
44
{py310,py311,py312}-django{50,51,main}-{sqlite3,mysql,postgresql}
55
quality
66
dist-validation
7-
qunit
87

98
[gh-actions]
109
python =
@@ -69,8 +68,3 @@ commands =
6968
python setup.py sdist
7069
twine check dist/*
7170

72-
[testenv:qunit]
73-
deps = selenium<5.0
74-
allowlist_externals =
75-
timeout
76-
commands = timeout 20 python test_project/qunit-runner.py

0 commit comments

Comments
 (0)