From 5bcc1ed9df4e7a6b8086cac3f25a466aee3bebcd Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 16 Jun 2018 17:52:31 +0200 Subject: Add first structure of the application --- src/setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/setup.cfg (limited to 'src/setup.cfg') diff --git a/src/setup.cfg b/src/setup.cfg new file mode 100644 index 0000000..c17a3cd --- /dev/null +++ b/src/setup.cfg @@ -0,0 +1,7 @@ +[tool:pytest] +testpaths = tests + +[coverage:run] +branch=True +source = + lb_app -- cgit v1.2.1