diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-11 17:37:20 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-16 18:35:21 -0500 |
commit | 42150422f0c04a3ea5d418713b87fdc2db960567 (patch) | |
tree | f3c75f513535057cd7462b8d849a336fb4b88368 /tests/elements/__init__.py | |
parent | c7f69bcc2d772157cde3a932c0e93f09a329019f (diff) | |
download | buildstream-42150422f0c04a3ea5d418713b87fdc2db960567.tar.gz |
tests: Rename `plugins` directory to `elements` directory
Now that the remaining test "filter.py" in the plugins directory
tests a specific element, it makes sense to create a place for
testing elements, just like we do for sources.
Diffstat (limited to 'tests/elements/__init__.py')
-rw-r--r-- | tests/elements/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/elements/__init__.py b/tests/elements/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/elements/__init__.py |