summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-28 20:12:24 +0000
committerGerrit Code Review <review@openstack.org>2016-11-28 20:12:24 +0000
commitbdd7d75f73d2184db013e66a0696b606468a0666 (patch)
treeee10b9e1b494049e58b81190b4aa7a865fc6d379
parentf3687c54bf686a75cdef31af9dc614ae4666c64d (diff)
parent458f1d7d60c62c2a3811548660d4af9c0c1571d8 (diff)
downloadosprofiler-bdd7d75f73d2184db013e66a0696b606468a0666.tar.gz
Merge "Move hacking checks outside tests"
-rw-r--r--osprofiler/hacking/__init__.py (renamed from osprofiler/tests/hacking/__init__.py)0
-rw-r--r--osprofiler/hacking/checks.py (renamed from osprofiler/tests/hacking/checks.py)0
-rw-r--r--tox.ini2
3 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/tests/hacking/__init__.py b/osprofiler/hacking/__init__.py
index e69de29..e69de29 100644
--- a/osprofiler/tests/hacking/__init__.py
+++ b/osprofiler/hacking/__init__.py
diff --git a/osprofiler/tests/hacking/checks.py b/osprofiler/hacking/checks.py
index 5b6e45d..5b6e45d 100644
--- a/osprofiler/tests/hacking/checks.py
+++ b/osprofiler/hacking/checks.py
diff --git a/tox.ini b/tox.ini
index b13db75..4409c13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,7 +41,7 @@ builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,setup.py,build,releasenotes
[hacking]
-local-check-factory = osprofiler.tests.hacking.checks.factory
+local-check-factory = osprofiler.hacking.checks.factory
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html