# HG changeset patch # User Marcin Kuzminski # Date 2016-12-13 00:17:07 # Node ID c6c8a1d8e32ccc41b92ec9c94ef9b01ece498c06 # Parent 271283f9a4961e4fa11787b9463bf10cda935f13 configs: added pytest.ini and setup.cfg similar to enterprise project. diff --git a/pytest.ini b/pytest.ini new file mode 100644 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = ./vcsserver +addopts = -v diff --git a/setup.cfg b/setup.cfg new file mode 100644 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[aliases] +test = pytest