Skip to content

Commit

Permalink
added comments to README on self test schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnzcig committed May 15, 2023
1 parent 53386cb commit 1663b34
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,13 +875,10 @@ by adding a new feature or solving a bug, please follow the following guidelines

#### Running self-tests

##### Using Docker
##### In your PRs

The Docker build provided above to run DOT, also includes self-test. So once you have the container running, all you
need to do is ..

1. `exec -it dot /bin/bash`
2. `pytest dot/self_tests/unit`
Self tests will run automatically every time you push a commit into a PR. You will need to pass self tests for the PR
to be eligible to be merged.

##### On your local machine

Expand Down Expand Up @@ -917,6 +914,8 @@ ScanProjec1_db:
schema: self_tests_public
threads: 4
```
Please note that the schema names `self_tests_dot` and `self_tests_public` cannot be changed. Some of the test checks
rely on these schema names

And finally you can run the tests from a terminal as follows:
```
Expand Down

0 comments on commit 1663b34

Please sign in to comment.