Skip to content

Commit

Permalink
Removes useless tests.py file and adds PyPi link to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Bespalko committed Oct 8, 2015
1 parent fbfab51 commit 002359e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation

You can get django-skd-smoke by using pip::

$ pip install https://github.com/steelkiwi/django-skd-smoke/archive/master.zip
$ pip install django-skd-smoke


Usage
Expand Down
4 changes: 2 additions & 2 deletions skd_smoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def dict_or_callable(d):
'django-skd-smoke: Configuration parameter "%s" should be ' \
'%s but is %s with next value: %s.'

LINK_TO_DOCUMENTATION = 'For more information please review ' \
'skd_smoke/tests.py or refer to project documentation on ' \
LINK_TO_DOCUMENTATION = \
'For more information please refer to project documentation on ' \
'https://github.com/steelkiwi/django-skd-smoke#configuration.'

UNKNOWN_HTTP_METHOD_MSG = \
Expand Down
38 changes: 0 additions & 38 deletions skd_smoke/tests.py

This file was deleted.

0 comments on commit 002359e

Please sign in to comment.