Skip to content

Commit

Permalink
rename couchdb/test_driver.py and rabbitmq/test_driver.py to avoid py…
Browse files Browse the repository at this point in the history
…test conflict errors
  • Loading branch information
mackenzie-grimes-noaa committed Jun 22, 2023
1 parent 271d8aa commit a724786
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion couchdb/test/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# [1] = couchdb server host name
# [2] = couchdb client/server username
# [3] = couchdb client/server password
python ./test_driver.py "couchtest" "idss" "idss"
python ./test_couchdb_driver.py "couchtest" "idss" "idss"
File renamed without changes.
4 changes: 2 additions & 2 deletions python/idsse_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Once installed elements from the package can be imported directly into code. For
### Python
After installing the project's dependencies, make sure you have the [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/config.html?highlight=missing#reference) plugin installed.

Run pytest coverage with the following CLI command. Note: the path argument can be removed to run all tests in the project.
Run pytest coverage with the following CLI command. Note: the path argument `=python` can be removed to run all tests in the project.
```
pytest --cov=python/idsse_common python/idsse_common/test --cov-report=term-missing
pytest --cov=python --cov-report=term-missing
```
2 changes: 1 addition & 1 deletion rabbitmq/test/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# [1] = rmq server host name
# [2] = rmq client/server username
# [3] = rmq client/server password
python ./test_driver.py "rmqtest" "idss" "password"
python ./test_rabbitmq_driver.py "rmqtest" "idss" "password"
File renamed without changes.

0 comments on commit a724786

Please sign in to comment.