Skip to content

Commit

Permalink
applied changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Jun 26, 2024
1 parent 421de65 commit 93d61c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In local development, the package has a parallel django508 application that can
To list the available commands, run ```task help```. A django server can be started using ```task up``` command.

### Running pytest
Pytest test files can be ran using: ```task pytest```. If you need to add pytest command line option, you may do so using ```PYTEST_ARGS``` variable. E.g: ```task pytest PYTEST_ARGS="./tests/test_models.py -s -vv"```
Pytest test files can be ran using: ```task test```. If you need to add pytest command line option, you may do so using ```PYTEST_ARGS``` variable. E.g: ```task test PYTEST_ARGS="./tests/test_models.py -s -vv"```

## License
Released under [MIT License](LICENSE.txt).
Expand Down
8 changes: 0 additions & 8 deletions django508/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@
"ENGINE": "django.db.backends.sqlite3",
"NAME": ":memory:",
},
# 'mysql': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'admin_interface',
# 'USER': 'mysql',
# 'PASSWORD': 'mysql',
# 'HOST': '',
# 'PORT': '',
# },
}

DATABASES = {
Expand Down

0 comments on commit 93d61c6

Please sign in to comment.