Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml: include tests in sdist archive #69

Merged
merged 3 commits into from Aug 28, 2021

Conversation

kwshi
Copy link
Contributor

@kwshi kwshi commented Jul 22, 2021

Resolves #68.

@miketheman miketheman self-assigned this Jul 29, 2021
@miketheman miketheman added the enhancement New feature or request label Jul 29, 2021
@kwshi
Copy link
Contributor Author

kwshi commented Jul 30, 2021

Also added pytest.ini and .coveragerc, since I believe those files are also required in order for the tests to run correctly. (Without them, I got some "list index out of range" errors because I think pytest-cov was trying to find/parse a nonexistent .coveragerc toml, or something.)

@codeclimate
Copy link

codeclimate bot commented Aug 22, 2021

Code Climate has analyzed commit e6ac4f3 and detected 0 issues on this pull request.

View more on Code Climate.

@kwshi
Copy link
Contributor Author

kwshi commented Aug 22, 2021

Resolves #72.

@miketheman miketheman linked an issue Aug 25, 2021 that may be closed by this pull request
@miketheman miketheman merged commit 828f884 into miketheman:main Aug 28, 2021
@miketheman
Copy link
Owner

@kwshi Thanks for your patience, released in 0.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.4.0: tests currently failing (easy fixes) Include tests in PyPI tarball
2 participants