From bb28a3fc1cc900f2dde31e1dbc492d9661034f41 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 15 Nov 2018 13:11:52 -0800 Subject: large refactor of python names/paths - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose --- python/conftest.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python/conftest.py') diff --git a/python/conftest.py b/python/conftest.py index aad02e76..c2a31562 100644 --- a/python/conftest.py +++ b/python/conftest.py @@ -1,3 +1,8 @@ +""" +This file exists soley to prevent pytest from trying to import/test the +fatcat_client ./setup.py file. +""" + import sys collect_ignore = ["setup.py"] -- cgit v1.2.3