Remove `python setup.py test` usage.
This commit is contained in:
parent
b8499c1ad8
commit
887ef27626
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
coverage run --append --source=benedict setup.py test
|
||||
coverage run --append --source=benedict -m unittest
|
||||
coverage xml -o ./coverage.xml
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
|
|
|
@ -896,9 +896,6 @@ tox
|
|||
|
||||
# or run tests using unittest
|
||||
python -m unittest
|
||||
|
||||
# or run tests using setuptools
|
||||
python setup.py test
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
1
setup.py
1
setup.py
|
@ -135,5 +135,4 @@ setup(
|
|||
"Topic :: Text Processing :: Markup :: XML",
|
||||
"Topic :: Utilities",
|
||||
],
|
||||
test_suite="tests",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue