MCPcopy
hub / github.com/django/django / test_seed_display

Method test_seed_display

tests/test_runner/test_shuffler.py:36–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self.assertEqual(shuffler.seed_source, "generated")
35
36 def test_seed_display(self):
37 shuffler = Shuffler(100)
38 shuffler.seed_source = "test"
39 self.assertEqual(shuffler.seed_display, "100 (test)")
40
41 def test_hash_item_seed(self):
42 cases = [

Callers

nothing calls this directly

Calls 1

ShufflerClass · 0.90

Tested by

no test coverage detected