From 070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:44:40 -0700 Subject: rename python client to 'fatcat-openapi-client' --- python_openapi_client/pytest.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python_openapi_client/pytest.ini (limited to 'python_openapi_client/pytest.ini') diff --git a/python_openapi_client/pytest.ini b/python_openapi_client/pytest.ini new file mode 100644 index 00000000..98e77c63 --- /dev/null +++ b/python_openapi_client/pytest.ini @@ -0,0 +1,10 @@ + +[pytest] + +ignore = setup.py + +# allow imports from files in current directory +python_paths = fatcat_openapi_client, tests + +# search for 'test_*' functions in all python files, not just under tests +python_files = *.py -- cgit v1.2.3