about summary refs log tree commit diff
path: root/python_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_test.py')
-rw-r--r--python_test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python_test.py b/python_test.py
new file mode 100644
index 0000000..1aaa797
--- /dev/null
+++ b/python_test.py
@@ -0,0 +1,5 @@
+def test_one():
+    assert 5 == 5
+
+def test_two():
+    assert 4 == 4