Refactor tests and metadata #307
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Tests will fail until the next release of pytest comes out due to getopt becoming deprecated for like 3 months
Reduce duplication of sample tests through parameterization, making pytest (and unittest) list the individual now-filterable tests (closes #260)
Replace duplicative testing of headers in boost's exclude.def with something where the --exclude parameter actually has an effect
Migrate setup.py to pyproject.toml (closes #249)
Make tox and CI use the newest py3 environment available so we don't have to manually update it every new py3 release
Use preferred .pytest.ini file instead of setup.cfg for configuring pytest per pytest customization docs
Remove "setup.py test" alias for pytest
Took the opportunity to lint CLI tests