You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests are run based off of the API calls recorded in the [api](src/tests/api) directory. Please read the [Test Readme](src/tests/README.md) for further details on the structure of the tests.
53
+
Tests are run based off of the API calls recorded in the [api](src/tests/api) directory. Please read the [Test Readme](src/tests/README.md) for further details on the structure of the tests.
52
54
53
55
54
56
# Ensure new devices are Integrated in Tests
55
57
56
-
If you integrate a new device, please read the [testing README](tests/README.md) to ensure that your device is tested.
58
+
If you integrate a new device, please read the [testing README](src/tests/README.md) to ensure that your device is tested.
57
59
58
60
## Testing with pytest and Writing API to YAML
59
61
@@ -85,4 +87,4 @@ If fixing an existing device where the API call was incorrect or the api has cha
0 commit comments