Opened 10 years ago

Closed 10 years ago

#23419 closed Uncategorized (invalid)

Cant import StaticLiveServerCase

Reported by: memee Owned by: nobody
Component: Testing framework Version: 1.7
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When I'm trying to import StaticLiveServerCase it gives me an error:

>>> from django.contrib.staticfiles.testing import StaticLiveServerCase
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ImportError: cannot import name StaticLiveServerCase

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed

This was renamed to StaticLiveServerTestCase just before the 1.7 release (see #23374). Sorry for the confusion.

Note: See TracTickets for help on using tickets.
Back to Top