mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-06 01:21:43 +00:00
The logs should be written
This commit is contained in:
parent
64ef320592
commit
1121cdd527
@ -12,6 +12,13 @@ import pytest_twisted
|
|||||||
# tests converted from check_magicfolder_smoke.py
|
# tests converted from check_magicfolder_smoke.py
|
||||||
# see "conftest.py" for the fixtures (e.g. "magic_folder")
|
# see "conftest.py" for the fixtures (e.g. "magic_folder")
|
||||||
|
|
||||||
|
def test_eliot_logs_are_written(magic_folder):
|
||||||
|
alice_dir, bob_dir = magic_folder
|
||||||
|
# The integration test configuration arranges for this logging
|
||||||
|
# configuration. Verify it actually does what we want.
|
||||||
|
assert exists(join(alice_dir, "logs", "eliot.json"))
|
||||||
|
assert exists(join(bob_dir, "logs", "eliot.json"))
|
||||||
|
|
||||||
|
|
||||||
def test_alice_writes_bob_receives(magic_folder):
|
def test_alice_writes_bob_receives(magic_folder):
|
||||||
alice_dir, bob_dir = magic_folder
|
alice_dir, bob_dir = magic_folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user