Excluded the module import main() exclusion from coverage
This commit is contained in:
parent
b429a81473
commit
9672871ebe
|
|
@ -120,4 +120,4 @@ def main():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main() # pragma no cover
|
||||
|
|
|
|||
Loading…
Reference in New Issue