Skip to content

Commit 65577a4

Browse files
committed
fix(test): add __init__.py files
We were seeing "import mismatch error" due to files in functional and performance having the same name. According to [1], a fix is to just have __init__.py files. [1]: https://stackoverflow.com/questions/53918088/import-file-mismatch-in-pytest Signed-off-by: Patrick Roy <[email protected]>
1 parent dbcdc7d commit 65577a4

File tree

5 files changed

+0
-0
lines changed

5 files changed

+0
-0
lines changed

tests/integration_tests/build/__init__.py

Whitespace-only changes.

tests/integration_tests/functional/__init__.py

Whitespace-only changes.

tests/integration_tests/performance/__init__.py

Whitespace-only changes.

tests/integration_tests/security/__init__.py

Whitespace-only changes.

tests/integration_tests/style/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)