Skip to content

Commit a0c1441

Browse files
committed
Merge pull request #103 from ddemidov/split-fake-sys
Split tests/fake_sys_class into a separate repo and add as a submodule
2 parents d111e5a + caa11d8 commit a0c1441

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5
-45
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "ev3dev-lang"]
22
path = ev3dev-lang
33
url = https://github.com/ev3dev/ev3dev-lang.git
4+
[submodule "tests/fake-sys"]
5+
path = tests/fake-sys
6+
url = https://github.com/ddemidov/ev3dev-lang-fake-sys.git

tests/api_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import ev3dev.ev3 as ev3
77

8-
ev3.Device.DEVICE_ROOT_PATH = os.path.join(os.path.dirname(__file__), 'fake_sys_class')
8+
ev3.Device.DEVICE_ROOT_PATH = os.path.join(os.path.dirname(__file__), 'fake-sys')
99

1010
class TestAPI(unittest.TestCase):
1111
def test_device(self):

tests/fake-sys

Submodule fake-sys added at f7b61c7

tests/fake_sys_class/lego-sensor/sensor0/address

Lines changed: 0 additions & 1 deletion
This file was deleted.
-32 Bytes
Binary file not shown.

tests/fake_sys_class/lego-sensor/sensor0/bin_data_format

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/fake_sys_class/lego-sensor/sensor0/command

Whitespace-only changes.

tests/fake_sys_class/lego-sensor/sensor0/commands

Whitespace-only changes.

tests/fake_sys_class/lego-sensor/sensor0/decimals

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/fake_sys_class/lego-sensor/sensor0/direct

Whitespace-only changes.

0 commit comments

Comments
 (0)