summaryrefslogtreecommitdiff
path: root/tests/test_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* mypy: test_parser.py test_phystokens.py test_process.py test_report.py ↵Ned Batchelder2023-01-071-5/+9
| | | | test_results.py test_setup.py
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-1/+1
|
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-071-2/+2
| | | | | | | | | Originally I used setup_test because something went wrong when I used setUp. I wrote https://github.com/pytest-dev/pytest/issues/8424 about it. There they say to use `-p no:nose` to disable nose interpretation. But now I simply went back to setUp, and all seems well? Not sure what changed, but using the expected name is better.
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-1/+1
|
* test: reduce use of unittestNed Batchelder2021-03-111-2/+2
|
* refactor: no need for specialized assert_starts_with methodNed Batchelder2021-03-061-1/+1
|
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-11/+11
| | | | One step of moving to pure pytest tests.
* Test that we have the right Python versions in the classifiersNed Batchelder2018-11-251-0/+2
|
* Change url in the distribution to GitHubNed Batchelder2018-06-241-1/+1
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Point 'home page' on pypi to bitbucketNed Batchelder2017-11-041-2/+2
|
* Split tests into their own filesNed Batchelder2017-02-031-0/+47