aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.coveragerc2
-rw-r--r--cli.py3
2 files changed, 5 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..92e7573
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,2 @@
+[run]
+source = gdpr_obfuscator
diff --git a/cli.py b/cli.py
index 99742a3..6c71c51 100644
--- a/cli.py
+++ b/cli.py
@@ -1,6 +1,9 @@
import argparse
from gdpr_obfuscator import Obfuscator
+# This is a simple CLI for demonstration and doesn't undergo the same level
+# of testing as the core library.
+
def main():
parser = argparse.ArgumentParser(
git.ajschof.me — hosted by ajschofield — powered by cgit