Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: #000 how run a single test
  • Loading branch information
scastillo-jp authored and josepato87 committed Nov 23, 2020
commit 3d85eb9712c660918786f32c81c97e6e83217d07
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ are working well together. These are the default tests we should run:
python3 -m pytest -v --ignore=tests/commons/data_access_layer/azure/sql_repository_test.py
```

```run a one test
```how run a sigle test
pytest -v -k name-test
```

Expand Down