Opened 5 years ago
Closed 5 years ago
#32245 closed Uncategorized (invalid)
Replacement for ./manage.py test --liveserver ?
| Reported by: | rhedin | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 3.1 |
| Severity: | Normal | Keywords: | LiveServerTestCase |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hi. Is there some new method for overriding 127.0.0.1:0 with LiveServerTestCase? I tried overriding the host and port properties, but I seem to have not done it correctly. Is there a recommended "method," not to pun.
Note:
See TracTickets
for help on using tickets.
Yes, you should use the
portattribute, see release notes. Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.