fix_: recreate communities

This commit is contained in:
pablo
2024-10-01 13:16:45 +00:00
parent 29444a5fd4
commit dc37ad2eee
13 changed files with 11 additions and 1 deletions
+11 -1
View File
@@ -19,12 +19,22 @@ pytest -k "test_one_to_one_with_latency" (for single test)
```
## CI
- Test runs via github actions
<!-- - [Allure Test Reports](https://status-im.github.io/status-cli-tests/49/) are published via github pages -->
## Create communities for the tests
We pre create communities for the tests to avoid crowding the network with test data. If you need to re-create them, you can do so with the script:
```shell
source .venv/bin/activate
PYTHONPATH=. python src/scripts/create_nodes_with_communities.py
```
Then delete the old communities in the `resources` folder and commit the new ones.
## License
Licensed and distributed under either of