Browse Source
This now isolates all files to mender-image-tests Changelog: None Signed-off-by: Ole Petter <ole.orhagen@northern.tech>2.3.x
Ole Petter
4 years ago
4 changed files with 22 additions and 15 deletions
@ -0,0 +1,10 @@ |
|||
import os |
|||
import pytest |
|||
import sys |
|||
|
|||
sys.path.append( |
|||
os.path.join(os.path.dirname(__file__), "mender-image-tests", "tests") |
|||
) |
|||
|
|||
# Load the parser for our custom option flags |
|||
pytest_plugins = "utils.parseropts.parseropts" |
@ -1 +1 @@ |
|||
Subproject commit 4a37a9c62109f27309c5743a9850d7d1047ed400 |
|||
Subproject commit 986bd6e3e932af1432ca74f4f9f0ec5a85ed7e66 |
@ -0,0 +1,2 @@ |
|||
[pytest] |
|||
addopts = --capture=no |
Loading…
Reference in new issue