Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Update import statements #35

Merged
merged 1 commit into from
Jun 24, 2017
Merged

Conversation

bgroveben
Copy link
Contributor

@bgroveben bgroveben commented Jun 22, 2017

This PR addresses Issue #28 Ref #8 (comment).
Import statements in the lesson_tests.py files for each of the challenges have been updated to use from main import *.
The old import statements have been removed.
Changing the import statements caused some variable assignments in the test files to become unnecessary, so I also removed those.
In addition, changing the name of the challenge files from lesson_code.py to main.py broke some of the challenges' unit tests, so I fixed those as well.

@Ethan-Arrowood Ethan-Arrowood merged commit fe3e6c7 into freeCodeCamp:master Jun 24, 2017
@Ethan-Arrowood
Copy link
Member

Good work @bgroveben 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants