From 978e6fb88f926da14314a3563de13197a092cc9f Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 10 Dec 2018 14:33:58 -0800 Subject: tests: Add tests for the python module This doesn't touch everything as it's just based on the python3 module tests, ported to the python module. It's still better than the one very basic test in the unit test module. --- test cases/python/1 basic/gluon/__init__.py | 0 test cases/python/1 basic/gluon/gluonator.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 test cases/python/1 basic/gluon/__init__.py create mode 100644 test cases/python/1 basic/gluon/gluonator.py (limited to 'test cases/python/1 basic/gluon') diff --git a/test cases/python/1 basic/gluon/__init__.py b/test cases/python/1 basic/gluon/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/test cases/python/1 basic/gluon/gluonator.py b/test cases/python/1 basic/gluon/gluonator.py new file mode 100644 index 000000000..b53d6ded3 --- /dev/null +++ b/test cases/python/1 basic/gluon/gluonator.py @@ -0,0 +1,2 @@ +def gluoninate(): + return 42 -- cgit v1.2.3