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 f309aa6 commit 0aecbc2Copy full SHA for 0aecbc2
python/example-pytest-selfie/tests/simple_ondisk_test.py
@@ -1,8 +1,9 @@
1
from selfie_lib.Selfie import expect_selfie
2
3
+
4
def test_write():
5
expect_selfie("A").to_match_disk()
6
7
8
def test_read():
9
expect_selfie("B").to_match_disk_TODO()
-
0 commit comments