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
Copy file name to clipboardExpand all lines: docs/developer_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Local testing of the application:
186
186
187
187
1. Run `go test --tags "sqlite_stackql" ./...` tests.
188
188
2. Build the executable [as per the root README](/README.md#build)
189
-
3. Perform registry rewrites as needed for mocking `python3 test/python/registry_rewrite.py`.
189
+
3. Perform registry rewrites as needed for mocking `python3 test/python/registry_rewrite.py --srcdir "$(pwd)/test/registry/src" --destdir "$(pwd)/test/registry-mocked/src"`.
190
190
3. Run robot tests:
191
191
- Functional tests, mocked as needed `robot -d test/robot/functional test/robot/functional`.
192
192
- Integration tests `robot -d test/robot/integration test/robot/integration`. For these, you will need to set various envirnonment variables as per the github actions.
0 commit comments