# HG changeset patch # User Marcin Kuzminski # Date 2016-12-07 21:18:21 # Node ID 326cc3c53c69efce07b190e868d7415b1317868a # Parent 24fe5a912394f80d5ab0d01510fbfada945b30c2 packaging: moved tests into the main library itself. This is consistent with how our other projects do it. diff --git a/tests/conftest.py b/vcsserver/tests/conftest.py rename from tests/conftest.py rename to vcsserver/tests/conftest.py diff --git a/tests/fixture.py b/vcsserver/tests/fixture.py rename from tests/fixture.py rename to vcsserver/tests/fixture.py diff --git a/tests/test_git.py b/vcsserver/tests/test_git.py rename from tests/test_git.py rename to vcsserver/tests/test_git.py diff --git a/tests/test_hg.py b/vcsserver/tests/test_hg.py rename from tests/test_hg.py rename to vcsserver/tests/test_hg.py diff --git a/tests/test_hgpatches.py b/vcsserver/tests/test_hgpatches.py rename from tests/test_hgpatches.py rename to vcsserver/tests/test_hgpatches.py diff --git a/tests/test_hooks.py b/vcsserver/tests/test_hooks.py rename from tests/test_hooks.py rename to vcsserver/tests/test_hooks.py diff --git a/tests/test_http_performance.py b/vcsserver/tests/test_http_performance.py rename from tests/test_http_performance.py rename to vcsserver/tests/test_http_performance.py diff --git a/tests/test_main.py b/vcsserver/tests/test_main.py rename from tests/test_main.py rename to vcsserver/tests/test_main.py diff --git a/tests/test_pygrack.py b/vcsserver/tests/test_pygrack.py rename from tests/test_pygrack.py rename to vcsserver/tests/test_pygrack.py diff --git a/tests/test_scm_app.py b/vcsserver/tests/test_scm_app.py rename from tests/test_scm_app.py rename to vcsserver/tests/test_scm_app.py diff --git a/tests/test_server.py b/vcsserver/tests/test_server.py rename from tests/test_server.py rename to vcsserver/tests/test_server.py diff --git a/tests/test_subprocessio.py b/vcsserver/tests/test_subprocessio.py rename from tests/test_subprocessio.py rename to vcsserver/tests/test_subprocessio.py diff --git a/tests/test_svn.py b/vcsserver/tests/test_svn.py rename from tests/test_svn.py rename to vcsserver/tests/test_svn.py diff --git a/tests/test_vcsserver.py b/vcsserver/tests/test_vcsserver.py rename from tests/test_vcsserver.py rename to vcsserver/tests/test_vcsserver.py diff --git a/tests/test_wsgi_app_caller.py b/vcsserver/tests/test_wsgi_app_caller.py rename from tests/test_wsgi_app_caller.py rename to vcsserver/tests/test_wsgi_app_caller.py