Selfie
|
Public Member Functions | |
Exception | assert_failed (self, message, expected=None, actual=None) |
Public Member Functions inherited from selfie_lib.FS.FS | |
bool | file_exists (self, TypedPath typed_path) |
T | file_walk (self, TypedPath typed_path, Callable[[Iterator[TypedPath]], T] walk) |
str | file_read (self, typed_path) |
file_write (self, typed_path, str content) | |
bytes | file_read_binary (self, TypedPath typed_path) |
file_write_binary (self, TypedPath typed_path, bytes content) | |
Exception pytest_selfie.plugin.FSImplementation.assert_failed | ( | self, | |
message, | |||
expected = None , |
|||
actual = None |
|||
) |
Reimplemented from selfie_lib.FS.FS.
Definition at line 36 of file plugin.py.