From 6969c73a65402f76b4e772bda3a3905e92c2ceb5 Mon Sep 17 00:00:00 2001 From: Diego Alejandro Beltran Date: Fri, 26 Jul 2024 15:14:27 -0500 Subject: [PATCH] Automated commit by sync script --- .github/workflows/python-package.yml | 1 + tests/test.py | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 tests/test.py diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a87bd64e..23f65e8d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -36,3 +36,4 @@ jobs: run: | pytest + diff --git a/tests/test.py b/tests/test.py new file mode 100644 index 00000000..9c37fc22 --- /dev/null +++ b/tests/test.py @@ -0,0 +1,4 @@ +# tests/integration/test_example.py + +def test_example(): + assert 1 + 1 == 2