We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a38a7 commit c9e5959Copy full SHA for c9e5959
python/example-pytest-selfie/tests/cache_selfie_test.py
@@ -10,5 +10,3 @@ def random_str() -> str:
10
def test_cache_selfie():
11
cache_selfie(lambda: str(random.random())).to_be("0.46009462251400757")
12
cache_selfie(random_str).to_be("0.6134874512330031")
13
-
14
0 commit comments