Skip to content

Commit b1ec4b9

Browse files
Clarify documentation wording
Co-authored-by: Bryce Willey <Bryce.Steven.Willey@gmail.com>
1 parent 5df0597 commit b1ec4b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/016_root_path_2026_04_09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Root path
22

3-
This code assumes the current root directory will contain the necessary files and folders to get files like `.feature` files and the test run runtime config file.
3+
This code assumes the current working directory (cwd) will contain the necessary files and folders to get files like `.feature` files and the test run runtime config file.
44

55
When you run ALKiln on the command line, run the tests in the root directory of the docassemble package with the tests. There are other ways to tell processes where the root directory is. For example, ALKiP, a docassemble package that uses ALKiln inside an author's server, runs `subprocess.run()` or `subprocess.Popen()` with `cwd=`. In ALKiP the `cwd` is most likely `/tmp`.
66

0 commit comments

Comments
 (0)