MCPcopy
hub / github.com/django/django / test_development_no_file

Method test_development_no_file

tests/version/tests.py:27–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 "e.g. in a frozen environments",
26 )
27 def test_development_no_file(self):
28 get_git_changeset.cache_clear()
29 version_file = django.utils.version.__file__
30 try:
31 del django.utils.version.__file__
32 self.test_development()
33 finally:
34 django.utils.version.__file__ = version_file
35
36 def test_releases(self):
37 tuples_to_strings = (

Callers

nothing calls this directly

Calls 1

test_developmentMethod · 0.95

Tested by

no test coverage detected