[pytango] 81/122: Rename test directory to tests
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.
commit 998b49b1df019932d65d490dfa8bca05a122e3ea
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date: Mon Nov 7 14:34:56 2016 +0100
Rename test directory to tests
---
pytest.ini | 2 --
setup.cfg | 3 +++
{test => tests}/test_client.py | 0
{test => tests}/test_server.py | 0
4 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pytest.ini b/pytest.ini
deleted file mode 100644
index c27aaa8..0000000
--- a/pytest.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[pytest]
-addopts = --boxed test
diff --git a/setup.cfg b/setup.cfg
index ba685a8..98d1f84 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,5 +6,8 @@ skip_build=True
title=PyTango 9
bitmap=doc\logo-medium.bmp
+[tool:pytest]
+addopts = --boxed tests
+
[aliases]
test=pytest
diff --git a/test/test_client.py b/tests/test_client.py
similarity index 100%
rename from test/test_client.py
rename to tests/test_client.py
diff --git a/test/test_server.py b/tests/test_server.py
similarity index 100%
rename from test/test_server.py
rename to tests/test_server.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list