Skip to content

Commit a9d7046

Browse files
committed
Add note about how to run tests to README
1 parent b773ba1 commit a9d7046

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ Afterwards, run the command below:
7373
sh run_meetup_import.sh
7474
```
7575

76+
##### C2) Tests
77+
78+
Run the tests by running the following command from within the virtual environment `python -m pytest test/meetup_import_test.py` to ensure the correct dependencies are installed.
79+
To activate the virtual environment: `source myenv\bin\activate`
80+
7681
**Note:**
7782
- New data will be appended to [`events.yml`](../_data/events.yml). Verify that all events details are formatted correctly, manually update if needed.
7883

@@ -120,3 +125,4 @@ Hence, to run the GHA workflow, you only need to provide:
120125
For more information on the GC service account configurations, you can read the [README](blog_automation/README.md) in the blog automation folder.
121126

122127

128+

0 commit comments

Comments
 (0)