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

clean up internal imports #185

Merged
merged 5 commits into from
Jul 2, 2019
Merged

clean up internal imports #185

merged 5 commits into from
Jul 2, 2019

Conversation

mlin
Copy link
Collaborator

@mlin mlin commented Jul 1, 2019

Make all of the WDL package's internal imports relative.

Avoid abbreviating imported module names, to improve readability.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 786

  • 672 of 691 (97.25%) changed or added relevant lines in 11 files are covered.
  • 4 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 96.903%

Changes Missing Coverage Covered Lines Changed/Added Lines %
WDL/Expr.py 104 105 99.05%
WDL/Tree.py 71 72 98.61%
WDL/StdLib.py 147 151 97.35%
WDL/runtime/task.py 65 69 94.2%
WDL/_parser.py 77 86 89.53%
Files with Coverage Reduction New Missed Lines %
WDL/StdLib.py 4 93.36%
Totals Coverage Status
Change from base Build 781: -0.02%
Covered Lines: 3567
Relevant Lines: 3681

💛 - Coveralls

@mlin mlin merged commit 12be848 into master Jul 2, 2019
@mlin mlin deleted the mlin-cleanup-imports branch July 15, 2019 08:25
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.

None yet

2 participants