[Django] #27695: Development testing instructions do not work

9 views
Skip to first unread message

Django

unread,
Jan 5, 2017, 9:51:33 PM1/5/17
to django-...@googlegroups.com
#27695: Development testing instructions do not work
------------------------------------------------+------------------------
Reporter: Jeff Willette | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Uncategorized | Version: 1.10
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
The current development test running instructions do not work and lead to
errors.

I propose that the instructions be changed to this...

$ git clone g...@github.com:YourGitHubName/django.git django-repo
$ cd django-repo/
$ pip install -e ..
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
$ cp tests/test_sqlite.py ./settings.py
$ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings

--
Ticket URL: <https://code.djangoproject.com/ticket/27695>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jan 5, 2017, 9:55:09 PM1/5/17
to django-...@googlegroups.com
#27695: Development testing instructions do not work
-------------------------------------+-------------------------------------

Reporter: Jeff Willette | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Uncategorized | Version: 1.10
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jeff Willette):

* has_patch: 0 => 1


Old description:

> The current development test running instructions do not work and lead to
> errors.
>
> I propose that the instructions be changed to this...
>
> $ git clone g...@github.com:YourGitHubName/django.git django-repo
> $ cd django-repo/
> $ pip install -e ..
> $ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
> $ cp tests/test_sqlite.py ./settings.py
> $ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings

New description:

The current development test running instructions do not work and lead to
errors.

I propose that the instructions be changed to this...

$ git clone g...@github.com:YourGitHubName/django.git django-repo
$ cd django-repo/
$ pip install -e ..
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
$ cp tests/test_sqlite.py ./settings.py
$ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings

Proposed change in #7801

--

--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:1>

Django

unread,
Jan 5, 2017, 9:55:37 PM1/5/17
to django-...@googlegroups.com
#27695: Development testing instructions do not work
-------------------------------------+-------------------------------------

Reporter: Jeff Willette | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Uncategorized | Version: 1.10
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Description changed by Jeff Willette:

Old description:

> The current development test running instructions do not work and lead to
> errors.
>
> I propose that the instructions be changed to this...
>
> $ git clone g...@github.com:YourGitHubName/django.git django-repo
> $ cd django-repo/
> $ pip install -e ..
> $ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
> $ cp tests/test_sqlite.py ./settings.py
> $ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings
>

> Proposed change in #7801

New description:

The current development test running instructions do not work and lead to
errors.

I propose that the instructions be changed to this...

$ git clone g...@github.com:YourGitHubName/django.git django-repo
$ cd django-repo/
$ pip install -e ..
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
$ cp tests/test_sqlite.py ./settings.py
$ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings

Proposed change in https://github.com/django/django/pull/7801

--

--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:2>

Django

unread,
Jan 6, 2017, 12:34:02 AM1/6/17
to django-...@googlegroups.com
#27695: Development testing instructions do not work
-------------------------------------+-------------------------------------

Reporter: Jeff Willette | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Uncategorized | Version: 1.10
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jeff Willette):

* status: new => closed
* resolution: => invalid


--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:3>

Reply all
Reply to author
Forward
0 new messages