Commit 797faa8
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 1634197 commit 797faa8
File tree
5 files changed
+10
-0
lines changed- tests/integration_tests
- build
- functional
- performance
- security
- style
5 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments