Skip to content

Commit

Permalink
Remove mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
rafelafrance committed Apr 3, 2024
1 parent 71d4b1a commit 63aef86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
python -m spacy download en_core_web_sm
- name: Test with unittest
run: |
export MOCK_DATA=1; python -m unittest discover
python -m unittest discover
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ This repository is a library for other Traiter projects and is not designed to b

There are tests which you can run like so:
```bash
export MOCK_DATA=1; python -m unittest discover
python -m unittest discover
```

Please `export MOCK_DATA=0` before you run any scripts on real data.

0 comments on commit 63aef86

Please sign in to comment.