Commit a0fce23
Nils Bars
Remove run_tests from public API
Users should not call run_tests() directly in their submission_tests
files. The task.py script handles calling it after loading the module.
By not exporting run_tests from the package, users will get an
ImportError if they try to use it incorrectly.1 parent b55b4dc commit a0fce23
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
0 commit comments