summaryrefslogtreecommitdiff
path: root/tests/frontend
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-03-08 11:39:41 +0000
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-03-14 10:13:44 +0000
commit4a873b9f5f4e55ec5c7bd1a3614c50da3ffdf4ca (patch)
tree3a092fb662fe1309f732c2c052fb17e98cf3ed5d /tests/frontend
parent44cd48f686ee21dcece50d08b6907057fffec661 (diff)
downloadbuildstream-4a873b9f5f4e55ec5c7bd1a3614c50da3ffdf4ca.tar.gz
tests: move templated tests from workspace.py into separate filephil/consolidate-repo-tests
Move the templated tests in tests/frontend/workspace.py into sources/generic/workspace.py This is part of the preparation work for #944
Diffstat (limited to 'tests/frontend')
-rw-r--r--tests/frontend/workspace.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/frontend/workspace.py b/tests/frontend/workspace.py
index 690f93680..f0ce48eb9 100644
--- a/tests/frontend/workspace.py
+++ b/tests/frontend/workspace.py
@@ -170,12 +170,6 @@ def open_workspace(cli, tmpdir, datafiles, kind, track, suffix='', workspace_dir
@pytest.mark.datafiles(DATA_DIR)
-@pytest.mark.parametrize("kind", repo_kinds)
-def test_open(cli, tmpdir, datafiles, kind):
- open_workspace(cli, tmpdir, datafiles, kind, False)
-
-
-@pytest.mark.datafiles(DATA_DIR)
def test_open_bzr_customize(cli, tmpdir, datafiles):
element_name, project, workspace = open_workspace(cli, tmpdir, datafiles, "bzr", False)