From fb42a66bf718098c382d6fb50f24f1c60a13f6e7 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 14 Dec 2018 11:56:01 -0800 Subject: Add some tests with pytest Can be run with `pytest` (if installed) or `python setup.py test` --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..801c8b5 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[aliases] +test = pytest + +[tool:pytest] +addopts = --verbose -- cgit v1.2.3