Skip to content
Snippets Groups Projects
Commit ba892a25 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Excluded main execution from coverage report.

parent ce703aee
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ def partition(callback, iterable):
return a, b
if __name__ == '__main__':
if __name__ == '__main__': # pragma: nocover
import os
from argparse import ArgumentParser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment