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

Update tests and provide test dependencies #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matschaffer-roblox
Copy link

@matschaffer-roblox matschaffer-roblox commented Feb 1, 2024

I wasn't able to run the unit tests using python3 -m unittest as documented. Since it also mentioned pytest I added that as an optional dependency.

Even using pytest I ran into an error similar to the one on https://stackoverflow.com/q/59796255 which suggests that the requests-mock decorators might not be compatible with the python I'm using (Python 3.10.7), so I updated it to use the provided requests_mock pytest fixture.

@matschaffer-roblox
Copy link
Author

@josh-fell heads up that this PR is available if you want it, or feel free to close it if the dev setup works for you.

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.

1 participant