]> granicus.if.org Git - python/commit
require uuid_generate_time_safe for all tests of it (#390)
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Mar 2017 07:34:19 +0000 (23:34 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2017 07:34:19 +0000 (23:34 -0800)
commitafbb5d1cbd291e36853249a143ca7db6949fd8ea
tree3b0a90633e34dd1f84233265b9635d543f42f8e1
parentf52279257e06600804c26dc460a9ac33e66f1e24
require uuid_generate_time_safe for all tests of it (#390)

The way mocking is written in these tests, we need to have the underlying function around.
Lib/test/test_uuid.py