This command to run the selenium tests
./manage.py test myapp.MySeleniumTests.test_login
should be
./manage.py test myapp.tests.MySeleniumTests.test_login
--
Ticket URL: <https://code.djangoproject.com/ticket/23744>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* easy: 0 => 1
* needs_docs: => 0
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/23744#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"6d0547c1ad4c370a6efb136fb3ba8422b012643f"]:
{{{
#!CommitTicketReference repository=""
revision="6d0547c1ad4c370a6efb136fb3ba8422b012643f"
Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23744#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"3ac46d072675efcfd63c7fdcb4c816f9f1c18352"]:
{{{
#!CommitTicketReference repository=""
revision="3ac46d072675efcfd63c7fdcb4c816f9f1c18352"
[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
Backport of 6d0547c1ad from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23744#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"672015407b091ab3189aa7f5e2c6b142deb150ea"]:
{{{
#!CommitTicketReference repository=""
revision="672015407b091ab3189aa7f5e2c6b142deb150ea"
[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
Backport of 6d0547c1ad from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23744#comment:4>