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
Next Next commit
fix: #000 commit rebuild
  • Loading branch information
scastillo-jp authored and josepato87 committed Nov 23, 2020
commit d3628dad0c8d542d3968f7f9dc93f1bed2c1f2a9
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ 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
pytest -v -k name-test
```

As you may have noticed we are ignoring the tests related with the repository.


Expand Down