Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README unti testing docs #632

Merged
merged 1 commit into from
Sep 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ If you want to run the `pre-commit` fresh over over all the files, run the follo
pre-commit run --all-files
```

## Testing
Before running unit tests, make sure you install the testing dependencies with `pip3 install -r requirements-test.txt`.

To execute unit tests, run the following
```cli
DATAPROFILER_SEED=0 python3 -m unittest discover -p "test*.py"
```

For more nuanced testing runs, check out more detailed documentation [here](https://capitalone.github.io/DataProfiler/docs/0.7.11/html/install.html#testing).

------------------

# What is a Data Profile?
Expand Down