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

fixing imports in .py files in utils and tests #180

Merged
merged 12 commits into from
Feb 27, 2019

Conversation

ilikerustoo
Copy link
Contributor

@ilikerustoo ilikerustoo commented Feb 26, 2019

Description of Pull Request

@ilikerustoo @paladp @yeej2 Fixed imports in the .py modules within utils and test so that Gator Grouper actually works while pylint and pytest do not throw any errors.

Fixes #179 :

Type of Change

Please describe the pull request as one of the following:

  • Bug fix
  • Breaking change
  • New feature
  • Documentation update
  • Other (Please specify any helpful information below)

Refactored code, pylint, pytest fixes.

Tags

Please tag those who are responsible for reviewing proposed changes below.

@Lancasterwu @paladp @yeej2 @Michionlion @toccinAC

Copy link
Contributor

@yeej2 yeej2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Contributor

@Lancasterwu Lancasterwu left a 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.

Pipfile Show resolved Hide resolved
@Lancasterwu Lancasterwu force-pushed the quickfix/fixing-imports branch from e6fc6f8 to 4311d8d Compare February 27, 2019 01:33
@baldeosinghm
Copy link
Contributor

Hey @toccinAC @paladp. Do you think we could get this merged asap? I'm unable to work on my issue without this fix.

Copy link
Contributor

@paladp paladp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@ilikerustoo ilikerustoo requested review from aubreypc and removed request for toccinAC February 27, 2019 18:35
@aubreypc
Copy link
Contributor

@Michionlion This is ready to merge!

@Michionlion Michionlion merged commit fdd67e2 into master Feb 27, 2019
@Michionlion Michionlion deleted the quickfix/fixing-imports branch February 27, 2019 18:37
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.

Fix Import Paths for Python Files in Util Folder
7 participants