Skip to content

Commit

Permalink
docs(tests): basic local testing docs (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Aug 16, 2021
1 parent 9b87c3d commit 5cabcaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -108,3 +108,8 @@ typings/

# IDE files/dirs
.vscode

# Exclude python test artifacts
/act
/venv/*
/tests/functional/__pycache__/*
7 changes: 7 additions & 0 deletions tests/README.md
@@ -0,0 +1,7 @@
# Developing tests

Current tests are written in Python 3 and will download [act](https://github.com/nektos/act) and create a Python virtual environment to run them in. To run these locally, from the root directory execute:
```
npm run build
make check
```

0 comments on commit 5cabcaa

Please sign in to comment.