Skip to content

Commit

Permalink
tests.py -> test_rutificador.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 11, 2024
1 parent d69d304 commit 99817eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Run tests
run: |
python -m pytest -v tests/tests.py
python -m pytest -v tests/
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests and collect coverage
run: |
pip install pytest-cov
python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/tests.py
python -m pytest --cov=./ --cov-report=xml --cov-report=lcov tests/test_rutificador.py
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pytest = "^7.2.1"

[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["rutificador"]
addopts = "--import-mode=importlib"

[build-system]
Expand Down
File renamed without changes.

0 comments on commit 99817eb

Please sign in to comment.