From 31bfd01e6613de608464dcb9f8e0d7e417303078 Mon Sep 17 00:00:00 2001 From: kirill-sizov Date: Tue, 10 Oct 2023 11:59:16 +0300 Subject: [PATCH] update tests readme --- tests/python/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python/README.md b/tests/python/README.md index aa80467524a7..d9a62cc71203 100644 --- a/tests/python/README.md +++ b/tests/python/README.md @@ -94,6 +94,8 @@ If you have updated the test database and want to update the assets/*.json files as well, run the appropriate script: ``` +cd tests/python +pytest ./ --start-services python shared/utils/dump_objects.py ```