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

Allow the tests to run even from an installation. #35

Merged
merged 5 commits into from
Jun 29, 2024

Conversation

prabhuramachandran
Copy link
Contributor

Currently if you run pytest --pyargs automan outside the source directory it will fail since once of the tests assumes that it is being run from the automan source directory. This is now skipped if there is no setup.py in the current directory.

Currently if you run `pytest --pyargs automan` outside the source
directory it will fail since once of the tests assumes that it is being
run from the automan source directory. This is now skipped if there is
no setup.py in the current directory.
@pep8speaks
Copy link

pep8speaks commented Jun 29, 2024

Hello @prabhuramachandran! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 146:80: E501 line too long (81 > 79 characters)

Comment last updated at 2024-06-29 03:41:05 UTC

@prabhuramachandran prabhuramachandran merged commit e97a4fd into master Jun 29, 2024
6 checks passed
@prabhuramachandran prabhuramachandran deleted the fix-tests-on-install branch June 29, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants