aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100755
index 0000000..a894a7c
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1,11 @@
+#!/usr/bin/env python3
+#**************************************************************************
+# Copyright (C) 2019 Thomas "Cakeisalie5" Touhey <thomas@touhey.fr>
+# This file is part of the thembed project, which is MIT-licensed.
+#**************************************************************************
+""" Unit tests for the `thembed` Python module. """
+
+# This file is only there to indicate that the folder is a module.
+# It doesn't actually contain code.
+
+# End of file.