mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
docs: Update directory structure.
This commit is contained in:
@@ -123,7 +123,7 @@ best practices are for tests to:
|
|||||||
|
|
||||||
* Place any files created by the test under the dedicated directory
|
* Place any files created by the test under the dedicated directory
|
||||||
tree for `test-backend` that is managed by the current development
|
tree for `test-backend` that is managed by the current development
|
||||||
environment (`var/<uuid>/test-backend/`).
|
environment (`var/<uuid>/test-backend/run_1234567/worker_N`).
|
||||||
* Delete any files created by the test in the test class's `tearDown`
|
* Delete any files created by the test in the test class's `tearDown`
|
||||||
method (which runs even if the test fails).
|
method (which runs even if the test fails).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user