Skip to content

Commit e239549

Browse files
committed
Fixing path comparisons on Windows
1 parent 801e555 commit e239549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/test/config/config_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import json
2020
import pytest
2121
from mock import patch
22+
from hypothesis import given
23+
from hypothesis.strategies import sampled_from
2224
from os.path import join, isfile, dirname, abspath, normpath
2325
from tools.build_api import get_config
2426
from tools.targets import set_targets_json_location

0 commit comments

Comments
 (0)