Skip to content

Commit

Permalink
Remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMyst committed Jun 18, 2023
1 parent 16ba2f4 commit 08afcc4
Show file tree
Hide file tree
Showing 16 changed files with 132 additions and 1,412 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'test/**.py'

jobs:
build:
lint:
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/python-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- 'pyproject.toml'

jobs:
build:
pytest:
name: pytest ${{ matrix.python-version }}/${{ matrix.mediawiki-version }}
runs-on: ubuntu-latest

Expand All @@ -33,6 +33,10 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: KengoTODA/actions-setup-docker-compose@main
with:
version: '1.29.2'

- name: Set up Docker containers with v${{ matrix.mediawiki-version }}
run: |
docker-compose -f ./docker-compose.yml -f ./docker-compose.extra.yml up -d
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ python_requires = >=3.7, <3.13
[options.extras_require]
dev =
pytest
pytest-order
pylint
pylint-exit
mypy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
extras_require={
"dev": [
"pytest",
"pytest-order",
"pylint",
"pylint-exit",
"mypy",
Expand Down
203 changes: 0 additions & 203 deletions test/test_all.py

This file was deleted.

Loading

0 comments on commit 08afcc4

Please sign in to comment.