-
Notifications
You must be signed in to change notification settings - Fork 145
Allow pytest #84
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 pytest #84
Conversation
This also adds an important check, i.e.: is this package really pip installable? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with using pytest! If we want that to be our canonical test runner, can you also update our README accordingly? https://github.com/ggtracker/sc2reader#testing
Oh! A very very good point, I totally missed that! |
@cclauss and @StoicLoofah can this be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
This PR assumes #82 is already merged. It's diff will be considerably smaller once #82 is merged.
I saw pytest was commented out in
.circleci/config.yml
and thought .. well pytest is pretty common nowadays.So I renamed a file from
test_all.py
totest_replays.py
and commented pytest in.