Commit 99ea157a authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

tests: Migrate plugin factory test to internals directory

parent 3324490e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ from buildstream._exceptions import PluginError

DATA_DIR = os.path.join(
    os.path.dirname(os.path.realpath(__file__)),
    'basics',
    'pluginfactory',
)


Loading