Closed Thetwam closed 1 year ago
Added missing **kwargs
Functions now in alphabetical order.
Merging #559 (c5bca1d) into develop (25551d3) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## develop #559 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 67 67
Lines 3565 3511 -54
=========================================
- Hits 3565 3511 -54
Impacted Files | Coverage Δ | |
---|---|---|
canvasapi/account.py | 100.00% <100.00%> (ø) |
|
canvasapi/authentication_provider.py | 100.00% <100.00%> (ø) |
|
canvasapi/canvas.py | 100.00% <100.00%> (ø) |
|
canvasapi/conversation.py | 100.00% <100.00%> (ø) |
|
canvasapi/course.py | 100.00% <100.00%> (ø) |
|
canvasapi/enrollment_term.py | 100.00% <100.00%> (ø) |
|
canvasapi/external_tool.py | 100.00% <100.00%> (ø) |
|
canvasapi/group.py | 100.00% <100.00%> (ø) |
|
canvasapi/login.py | 100.00% <100.00%> (ø) |
|
canvasapi/module.py | 100.00% <100.00%> (ø) |
|
... and 6 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Addresses #459 by altering the import strategy for files, and adding a script to ensure
inspect
has the ability to see all the modules.Proposed Changes
find_missing_modules
that compares the files in thecanvasapi
dir against the modules thatinspect
finds, then fails and warns which modules appear to be missing. (This affects thealphabetic
andfind_missing_kwargs
scripts)alphabetic
in newly-detected filesFixes #459