diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py new file mode 100644 index 00000000..bf98b476 --- /dev/null +++ b/tests/integration/__init__.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python3 +# Copyright 2022 Canonical Ltd. +# See LICENSE file for licensing details.