Skip to content

Commit

Permalink
Add a file that was .gitignore'd by shouldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Jul 31, 2024
1 parent 5db1d86 commit 70a9790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
7 changes: 7 additions & 0 deletions tests/magicdata/Lib/test/test_importlib/test_util.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# copied from cpython bd3d31f380cd451a4ab6da5fbfde463fed95b5b5


class SomeClass:
def some_method(self) -> None:
EXPECTED_MAGIC_NUMBER = 3495
print(EXPECTED_MAGIC_NUMBER)

Check warning on line 7 in tests/magicdata/Lib/test/test_importlib/test_util.py

View check run for this annotation

Codecov / codecov/patch

tests/magicdata/Lib/test/test_importlib/test_util.py#L6-L7

Added lines #L6 - L7 were not covered by tests

0 comments on commit 70a9790

Please sign in to comment.