Skip to content

Commit

Permalink
Removed QUnit tests (#217)
Browse files Browse the repository at this point in the history
Maintaining this is simply too burdensome at this time.
  • Loading branch information
clintonb committed Aug 11, 2024
1 parent 828248d commit 6c70d4f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,3 @@ jobs:
- name: Tox tests
run: tox -e ${{ matrix.tox-env }} -v

qunit:
name: Visual tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3

- name: Install Selenium dependencies
run: |
sudo apt-get -qq update
sudo apt-get -y install firefox xvfb
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
run: tox -e qunit -v
21 changes: 0 additions & 21 deletions test_project/qunit-runner.py

This file was deleted.

37 changes: 0 additions & 37 deletions test_project/qunit.html

This file was deleted.

6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
{py310,py311,py312}-django{50,51,main}-{sqlite3,mysql,postgresql}
quality
dist-validation
qunit

[gh-actions]
python =
Expand Down Expand Up @@ -69,8 +68,3 @@ commands =
python setup.py sdist
twine check dist/*

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

0 comments on commit 6c70d4f

Please sign in to comment.