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
Or better yet, if you have docker desktop and the `postgres` image cited in the docker compose files:
@@ -188,8 +188,8 @@ Local testing of the application:
188
188
2. Build the executable [as per the root README](/README.md#build)
189
189
3. Perform registry rewrites as needed for mocking `python3 test/python/stackql_test_tooling/registry_rewrite.py --srcdir "$(pwd)/test/registry/src" --destdir "$(pwd)/test/registry-mocked/src"`.
190
190
3. Run robot tests:
191
-
- Functional tests, mocked as needed `robot -d test/robot/functional test/robot/functional`.
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.
191
+
- Functional tests, mocked as needed `robot -d test/robot/reports test/robot/functional`.
192
+
- Integration tests `robot -d test/robot/reports test/robot/integration`. For these, you will need to set various envirnonment variables as per the github actions.
193
193
4. Run the deprecated manual python tests:
194
194
- Prepare with `cp test/db/db.sqlite test/db/tmp/python-tests-tmp-db.sqlite`.
195
195
- Run with `python3 test/deprecated/python/main.py`.
0 commit comments