Skip to content

Commit

Permalink
pytest usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Jan 4, 2024
1 parent 4719ac3 commit ba244de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ odoo-test -t -a template_module -d test_db_1
# which is similar to
odoo --test-enable --stop-after-init -i template_module -d test_db_1

# or use pytest
pytest --odoo-http addons/template

# using docker-compose
docker-compose -f docker-compose.yaml -f docker-compose.test.yaml run --rm odoo
```
Expand Down

0 comments on commit ba244de

Please sign in to comment.