chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from e2b import AsyncSandbox
|
||||
|
||||
|
||||
async def test_exists(async_sandbox: AsyncSandbox):
|
||||
filename = "test_exists.txt"
|
||||
|
||||
await async_sandbox.files.write(filename, "test")
|
||||
assert await async_sandbox.files.exists(filename)
|
||||
Reference in New Issue
Block a user