Skip to content

Commit 289c004

Browse files
authored
Merge pull request #3109 from IntersectMBO/specific_tests
docs(readme): update example test commands for pytest
2 parents c738e5e + 68276be commit 289c004

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ TEST_THREADS=15 PYTEST_ARGS="-k 'test_stake_pool_low_cost or test_reward_amount'
159159
Run on preview testnet with specific node revision:
160160

161161
```sh
162-
NODE_REV=10.4.1 BOOTSTRAP_DIR=~/tmp/preview_config/ ./.github/regression.sh
162+
NODE_REV=10.5.1 BOOTSTRAP_DIR=~/tmp/preview_config/ ./.github/regression.sh
163163
```
164164

165165
---
@@ -201,9 +201,8 @@ make check_dev_env
201201
### 🧪 Run Individual Tests
202202

203203
```sh
204-
pytest -k "test_name1 or test_name2" cardano_node_tests
205-
pytest -m "not long" cardano_node_tests
206-
pytest -m smoke cardano_node_tests/tests/test_governance.py
204+
pytest -k "test_missing_tx_out or test_multiple_same_txins" cardano_node_tests
205+
pytest -m smoke cardano_node_tests/tests/test_cli.py
207206
```
208207

209208
### 🧹 Run Linters

0 commit comments

Comments
 (0)