diff --git a/lib/app.py b/lib/app.py new file mode 100644 index 000000000..b75bac4c7 --- /dev/null +++ b/lib/app.py @@ -0,0 +1 @@ +print("Hello World! Pass this test, please.", end=" ") diff --git a/lib/testing/__pycache__/app_test.cpython-311-pytest-7.4.2.pyc b/lib/testing/__pycache__/app_test.cpython-311-pytest-7.4.2.pyc new file mode 100644 index 000000000..b80a1e9a1 Binary files /dev/null and b/lib/testing/__pycache__/app_test.cpython-311-pytest-7.4.2.pyc differ diff --git a/lib/testing/__pycache__/conftest.cpython-311-pytest-7.4.2.pyc b/lib/testing/__pycache__/conftest.cpython-311-pytest-7.4.2.pyc new file mode 100644 index 000000000..f79f32901 Binary files /dev/null and b/lib/testing/__pycache__/conftest.cpython-311-pytest-7.4.2.pyc differ