Skip to content

Commit

Permalink
move import.py to extra_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 6, 2023
1 parent c7560b7 commit e70a7a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
File renamed without changes.
7 changes: 5 additions & 2 deletions tests/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[run]
omit =
**import.py
**extra_utils/**

[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
if __name__ == .__main__.:

omit =
**extra_utils/**

0 comments on commit e70a7a6

Please sign in to comment.