We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f416a1 commit 549b964Copy full SHA for 549b964
docs/development.md
@@ -0,0 +1,13 @@
1
+# Development documentation
2
+
3
+## Writing integration tests
4
5
+Commander tests itself. You can find the integration tests in `commander_unix.yaml` and `commander_windows.yaml`.
6
+More complex scenarios are stored in `integration/`.
7
8
+It is always necessary to execute the test suite with a stable version of commander and not the current build.
9
10
+**Tipps:**
11
12
+ - The working directory is by default the project root, even for tests located inside `integration/*`
13
+ - Execute `commander` inside the `commander_*.yaml` files with a given suite and assert the result which is returned
0 commit comments