-
Notifications
You must be signed in to change notification settings - Fork 20
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
fixing imports in .py files in utils
and tests
#180
Conversation
…torgrouper into quickfix/fixing-imports
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
…ecognize this commit.
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.
Hi all, I was able to run all commands in the README.md
after python3 gatorgrouper/utils/gatorgrouper.py --students-file "gatorgrouper/tests/students.csv"
. The pytest
and linting tools are also working well. Besides I have a simple question of pylint
configuration file, this is an excellent PR which fixed everything.
e6fc6f8
to
4311d8d
Compare
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
@Michionlion This is ready to merge! |
Description of Pull Request
@ilikerustoo @paladp @yeej2 Fixed imports in the
.py
modules withinutils
andtest
so thatGator Grouper
actually works whilepylint
andpytest
do not throw any errors.Fixes #179 :
Type of Change
Please describe the pull request as one of the following:
Refactored code,
pylint
,pytest
fixes.Tags
Please tag those who are responsible for reviewing proposed changes below.
@Lancasterwu @paladp @yeej2 @Michionlion @toccinAC