about summary refs log tree commit diff
path: root/python_test.py
diff options
context:
space:
mode:
authorManuel Palenzuela Merino <manuel.palenzuela@datadoghq.com>2024-12-05 11:07:35 +0100
committerManuel Palenzuela Merino <manuel.palenzuela@datadoghq.com>2024-12-05 11:08:17 +0100
commitee3c0aa3d71a857ae7fb60f1b98cf129ee6ad71d (patch)
tree8aeaa3b76be6cdcf326acf3627b3d283a8b2c372 /python_test.py
parentUpdate README.md (diff)
downloadtest-repo-ee3c0aa3d71a857ae7fb60f1b98cf129ee6ad71d.tar.gz
test-repo-ee3c0aa3d71a857ae7fb60f1b98cf129ee6ad71d.tar.bz2
test-repo-ee3c0aa3d71a857ae7fb60f1b98cf129ee6ad71d.zip
Add tests
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