diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-01-16 11:33:26 +0100 |
---|---|---|
committer | Alvaro Neira Ayuso <alvaroneay@gmail.com> | 2020-01-19 19:50:44 +0100 |
commit | bb65bd7bf03da7ad5a9ae25d6caab57d06211b99 (patch) | |
tree | 03f12a9e7b8e12a4ff3ea9efa20969ac0b693935 /tests/units/__init__.py | |
parent | 0c5cbee301db4be515fd9224f93c026857976488 (diff) |
Add unit testing basic structure
Diffstat (limited to 'tests/units/__init__.py')
-rw-r--r-- | tests/units/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/__init__.py b/tests/units/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/units/__init__.py @@ -0,0 +1 @@ + |