Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22e61ee

Browse files
committed
Update project URL
1 parent 8142fe3 commit 22e61ee

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ pytest-instafail
33

44
|build status|_
55

6-
.. |build status| image:: https://secure.travis-ci.org/jpvanhal/pytest-instafail.png?branch=master
6+
.. |build status| image:: https://secure.travis-ci.org/pytest-dev/pytest-instafail.png?branch=master
77
:alt: Build Status
8-
.. _build status: http://travis-ci.org/jpvanhal/pytest-instafail
8+
.. _build status: http://travis-ci.org/pytest-dev/pytest-instafail
99

1010
pytest-instafail is a plugin for `py.test <http://pytest.org>`_ that shows
1111
failures and errors instantly instead of waiting until the end of test session.
@@ -32,7 +32,7 @@ Then run your tests with::
3232
Resources
3333
---------
3434

35-
- `Issue Tracker <http://github.com/jpvanhal/pytest-instafail/issues>`_
36-
- `Code <http://github.com/jpvanhal/pytest-instafail/>`_
35+
- `Issue Tracker <http://github.com/pytest-dev/pytest-instafail/issues>`_
36+
- `Code <http://github.com/pytest-dev/pytest-instafail/>`_
3737
- `Development Version
38-
<http://github.com/jpvanhal/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_
38+
<http://github.com/pytest-dev/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description='py.test plugin to show failures instantly',
66
long_description=open("README.rst").read(),
77
version='0.3.0',
8-
url='https://github.com/jpvanhal/pytest-instafail',
8+
url='https://github.com/pytest-dev/pytest-instafail',
99
license='BSD',
1010
author='Janne Vanhala',
1111
author_email='[email protected]',

0 commit comments

Comments
 (0)