annotationsfix #19
|
|
@ -13,25 +13,25 @@ Comprehensive test suite for the ria CLI commands.
|
||||||
|
|
||||||
### Run all CLI tests:
|
### Run all CLI tests:
|
||||||
```bash
|
```bash
|
||||||
poetry run pytest tests/utils_cli/ -v
|
poetry run pytest tests/ria_toolkit_oss_cli/ -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run specific test file:
|
### Run specific test file:
|
||||||
```bash
|
```bash
|
||||||
poetry run pytest tests/utils_cli/test_common.py -v
|
poetry run pytest tests/ria_toolkit_oss_cli/test_common.py -v
|
||||||
poetry run pytest tests/utils_cli/test_discover.py -v
|
poetry run pytest tests/ria_toolkit_oss_cli/test_discover.py -v
|
||||||
poetry run pytest tests/utils_cli/test_capture.py -v
|
poetry run pytest tests/ria_toolkit_oss_cli/test_capture.py -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run specific test class or function:
|
### Run specific test class or function:
|
||||||
```bash
|
```bash
|
||||||
poetry run pytest tests/utils_cli/test_capture.py::TestCaptureCommand::test_capture_basic -v
|
poetry run pytest tests/ria_toolkit_oss_cli/test_capture.py::TestCaptureCommand::test_capture_basic -v
|
||||||
poetry run pytest tests/utils_cli/test_common.py::test_parse_frequency -v
|
poetry run pytest tests/ria_toolkit_oss_cli/test_common.py::test_parse_frequency -v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run with coverage:
|
### Run with coverage:
|
||||||
```bash
|
```bash
|
||||||
poetry run pytest tests/utils_cli/ --cov=utils_cli --cov-report=html
|
poetry run pytest tests/ria_toolkit_oss_cli/ --cov=utils_cli --cov-report=html
|
||||||
```
|
```
|
||||||
|
|
||||||
## Test Coverage
|
## Test Coverage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user