test(governance): cover emoji filter behavior
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user