Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
quiqueporta committed Jun 11, 2020
1 parent 88eae72 commit 1fe123e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,25 @@ pip install mamba-django

## How to use

Go to your Django test settings and add this line.
Go to your Django test settings and add this line

```
TEST_RUNNER = 'mamba_django.MambaRunner'
```

## How to execute
and then execute the Django tests

```
./manage.py test --settings=project.settings.test --keepdb
```

You can pass all the mamba options to the Django test command.
or you can execute the tests passing it as parameter

```
./manage.py test --testrunner mamba_django.MambaRunner --settings=project.settings.test --keepdb
```

Also, you can pass all the mamba parameters to the Django test command.

For example:

Expand Down

0 comments on commit 1fe123e

Please sign in to comment.