Commit ba892a25 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Excluded main execution from coverage report.

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