mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
|
Install:
|
||
|
|
||
|
pip install -e .[test]
|
||
|
|
||
|
run:
|
||
|
|
||
|
py.test -s -v integration/
|
||
|
|
||
|
If you want to keep the created temp-dir around:
|
||
|
|
||
|
py.test --keep-tempdir -v integration/
|
||
|
|
||
|
The fixtures also set up a "flogtool gather" process and dump all the
|
||
|
logs from all the running processes (introducer, 5 storage nodes,
|
||
|
alice, bob) to a tempfile.
|