Commit 44c7010
File tree
Expand file treeCollapse file tree
10 files changed
+24
-6
lines changedFilter options
- .github/workflows
- src/lazy_loader
- tests
- fake_pkg
Expand file treeCollapse file tree
10 files changed
+24
-6
lines changed.github/workflows/coverage.yml
Copy file name to clipboardExpand all lines: .github/workflows/coverage.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
MANIFEST.in
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
lazy_loader/__init__.py renamed to src/lazy_loader/__init__.py
Copy file name to clipboardFile renamed without changes.
lazy_loader/tests/__init__.py renamed to tests/__init__.py
Copy file name to clipboardFile renamed without changes.
lazy_loader/tests/fake_pkg/__init__.py renamed to tests/fake_pkg/__init__.py
Copy file name to clipboardFile renamed without changes.
lazy_loader/tests/fake_pkg/__init__.pyi renamed to tests/fake_pkg/__init__.pyi
Copy file name to clipboardFile renamed without changes.
lazy_loader/tests/fake_pkg/some_func.py renamed to tests/fake_pkg/some_func.py
Copy file name to clipboardFile renamed without changes.
lazy_loader/tests/import_np_parallel.py renamed to tests/import_np_parallel.py
Copy file name to clipboardFile renamed without changes.
lazy_loader/tests/test_lazy_loader.py renamed to tests/test_lazy_loader.py
Copy file name to clipboardExpand all lines: tests/test_lazy_loader.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
131 |
| - |
| 131 | + |
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
| 139 | + |
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
| ||
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
160 |
| - |
| 160 | + |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
|
0 commit comments