test(governance): cover emoji filter behavior

This commit is contained in:
2026-03-10 00:17:19 +00:00
parent 552d99b66a
commit ec7ce57d88
2 changed files with 79 additions and 0 deletions

View File

@@ -104,9 +104,19 @@ Follow these steps before running the compaction test suite:
```bash
gcloud emulators firestore start --host-port=localhost:8153
```
In the therminal where execute the test:
```bash
export FIRESTORE_EMULATOR_HOST=localhost:8153
```
3. Execute the tests with `pytest` through `uv`:
```bash
uv run pytest tests/test_compaction.py -v
```
If any step fails, double-check that the tools are installed and available on your `PATH` before trying again.
### Filter emojis
Execute the tests with `pytest` command:
```bash
uv run pytest tests/test_governance_emojis.py
```