summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-11 17:27:14 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-16 18:35:21 -0500
commit99ea157ae4d22220ff3c529e12c19fe47369c4df (patch)
tree486bb971f3e4d59d9b9848e195c7bc9f10d4532d
parent3324490e0669ba15a8b1d54051ff4b387e28b27a (diff)
downloadbuildstream-99ea157ae4d22220ff3c529e12c19fe47369c4df.tar.gz
tests: Migrate plugin factory test to internals directory
-rw-r--r--tests/internals/pluginfactory.py (renamed from tests/plugins/basics.py)2
-rw-r--r--tests/internals/pluginfactory/anotherelement/__init__.py (renamed from tests/plugins/basics/anotherelement/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/anotherelement/foo.py (renamed from tests/plugins/basics/anotherelement/foo.py)0
-rw-r--r--tests/internals/pluginfactory/anothersource/__init__.py (renamed from tests/plugins/basics/anothersource/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/anothersource/foo.py (renamed from tests/plugins/basics/anothersource/foo.py)0
-rw-r--r--tests/internals/pluginfactory/badsetup/__init__.py (renamed from tests/plugins/basics/badsetup/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/badsetup/foo.py (renamed from tests/plugins/basics/badsetup/foo.py)0
-rw-r--r--tests/internals/pluginfactory/badversionelement/__init__.py (renamed from tests/plugins/basics/badversionelement/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/badversionelement/foo.py (renamed from tests/plugins/basics/badversionelement/foo.py)0
-rw-r--r--tests/internals/pluginfactory/badversionsource/__init__.py (renamed from tests/plugins/basics/badversionsource/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/badversionsource/foo.py (renamed from tests/plugins/basics/badversionsource/foo.py)0
-rw-r--r--tests/internals/pluginfactory/customelement/__init__.py (renamed from tests/plugins/basics/customelement/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/customelement/foo.py (renamed from tests/plugins/basics/customelement/foo.py)0
-rw-r--r--tests/internals/pluginfactory/customsource/__init__.py (renamed from tests/plugins/basics/customsource/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/customsource/foo.py (renamed from tests/plugins/basics/customsource/foo.py)0
-rw-r--r--tests/internals/pluginfactory/nosetup/__init__.py (renamed from tests/plugins/basics/nosetup/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/nosetup/foo.py (renamed from tests/plugins/basics/nosetup/foo.py)0
-rw-r--r--tests/internals/pluginfactory/notatype/__init__.py (renamed from tests/plugins/basics/notatype/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/notatype/foo.py (renamed from tests/plugins/basics/notatype/foo.py)0
-rw-r--r--tests/internals/pluginfactory/wrongtype/__init__.py (renamed from tests/plugins/basics/wrongtype/__init__.py)0
-rw-r--r--tests/internals/pluginfactory/wrongtype/foo.py (renamed from tests/plugins/basics/wrongtype/foo.py)0
21 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/basics.py b/tests/internals/pluginfactory.py
index 4c9cbafe4..28ab039bd 100644
--- a/tests/plugins/basics.py
+++ b/tests/internals/pluginfactory.py
@@ -8,7 +8,7 @@ from buildstream._exceptions import PluginError
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),
- 'basics',
+ 'pluginfactory',
)
diff --git a/tests/plugins/basics/anotherelement/__init__.py b/tests/internals/pluginfactory/anotherelement/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/anotherelement/__init__.py
+++ b/tests/internals/pluginfactory/anotherelement/__init__.py
diff --git a/tests/plugins/basics/anotherelement/foo.py b/tests/internals/pluginfactory/anotherelement/foo.py
index 2e067a94f..2e067a94f 100644
--- a/tests/plugins/basics/anotherelement/foo.py
+++ b/tests/internals/pluginfactory/anotherelement/foo.py
diff --git a/tests/plugins/basics/anothersource/__init__.py b/tests/internals/pluginfactory/anothersource/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/anothersource/__init__.py
+++ b/tests/internals/pluginfactory/anothersource/__init__.py
diff --git a/tests/plugins/basics/anothersource/foo.py b/tests/internals/pluginfactory/anothersource/foo.py
index 4675b965f..4675b965f 100644
--- a/tests/plugins/basics/anothersource/foo.py
+++ b/tests/internals/pluginfactory/anothersource/foo.py
diff --git a/tests/plugins/basics/badsetup/__init__.py b/tests/internals/pluginfactory/badsetup/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/badsetup/__init__.py
+++ b/tests/internals/pluginfactory/badsetup/__init__.py
diff --git a/tests/plugins/basics/badsetup/foo.py b/tests/internals/pluginfactory/badsetup/foo.py
index 145f2577b..145f2577b 100644
--- a/tests/plugins/basics/badsetup/foo.py
+++ b/tests/internals/pluginfactory/badsetup/foo.py
diff --git a/tests/plugins/basics/badversionelement/__init__.py b/tests/internals/pluginfactory/badversionelement/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/badversionelement/__init__.py
+++ b/tests/internals/pluginfactory/badversionelement/__init__.py
diff --git a/tests/plugins/basics/badversionelement/foo.py b/tests/internals/pluginfactory/badversionelement/foo.py
index 2a8b12abe..2a8b12abe 100644
--- a/tests/plugins/basics/badversionelement/foo.py
+++ b/tests/internals/pluginfactory/badversionelement/foo.py
diff --git a/tests/plugins/basics/badversionsource/__init__.py b/tests/internals/pluginfactory/badversionsource/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/badversionsource/__init__.py
+++ b/tests/internals/pluginfactory/badversionsource/__init__.py
diff --git a/tests/plugins/basics/badversionsource/foo.py b/tests/internals/pluginfactory/badversionsource/foo.py
index 23333a9d8..23333a9d8 100644
--- a/tests/plugins/basics/badversionsource/foo.py
+++ b/tests/internals/pluginfactory/badversionsource/foo.py
diff --git a/tests/plugins/basics/customelement/__init__.py b/tests/internals/pluginfactory/customelement/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/customelement/__init__.py
+++ b/tests/internals/pluginfactory/customelement/__init__.py
diff --git a/tests/plugins/basics/customelement/foo.py b/tests/internals/pluginfactory/customelement/foo.py
index 260de8b27..260de8b27 100644
--- a/tests/plugins/basics/customelement/foo.py
+++ b/tests/internals/pluginfactory/customelement/foo.py
diff --git a/tests/plugins/basics/customsource/__init__.py b/tests/internals/pluginfactory/customsource/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/customsource/__init__.py
+++ b/tests/internals/pluginfactory/customsource/__init__.py
diff --git a/tests/plugins/basics/customsource/foo.py b/tests/internals/pluginfactory/customsource/foo.py
index de78a00ce..de78a00ce 100644
--- a/tests/plugins/basics/customsource/foo.py
+++ b/tests/internals/pluginfactory/customsource/foo.py
diff --git a/tests/plugins/basics/nosetup/__init__.py b/tests/internals/pluginfactory/nosetup/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/nosetup/__init__.py
+++ b/tests/internals/pluginfactory/nosetup/__init__.py
diff --git a/tests/plugins/basics/nosetup/foo.py b/tests/internals/pluginfactory/nosetup/foo.py
index 0b5a4fa7e..0b5a4fa7e 100644
--- a/tests/plugins/basics/nosetup/foo.py
+++ b/tests/internals/pluginfactory/nosetup/foo.py
diff --git a/tests/plugins/basics/notatype/__init__.py b/tests/internals/pluginfactory/notatype/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/notatype/__init__.py
+++ b/tests/internals/pluginfactory/notatype/__init__.py
diff --git a/tests/plugins/basics/notatype/foo.py b/tests/internals/pluginfactory/notatype/foo.py
index 311a4fb32..311a4fb32 100644
--- a/tests/plugins/basics/notatype/foo.py
+++ b/tests/internals/pluginfactory/notatype/foo.py
diff --git a/tests/plugins/basics/wrongtype/__init__.py b/tests/internals/pluginfactory/wrongtype/__init__.py
index e69de29bb..e69de29bb 100644
--- a/tests/plugins/basics/wrongtype/__init__.py
+++ b/tests/internals/pluginfactory/wrongtype/__init__.py
diff --git a/tests/plugins/basics/wrongtype/foo.py b/tests/internals/pluginfactory/wrongtype/foo.py
index 3fe9a1a62..3fe9a1a62 100644
--- a/tests/plugins/basics/wrongtype/foo.py
+++ b/tests/internals/pluginfactory/wrongtype/foo.py