summaryrefslogtreecommitdiff
path: root/doc/ale-development.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-03-20 22:11:22 +0000
committerw0rp <devw0rp@gmail.com>2021-03-20 22:11:42 +0000
commitb1d833417bcb57e265e0d01df07b28f463529d4b (patch)
tree11421aeca89127b0cc9417f8ff4cb0d725199f49 /doc/ale-development.txt
parent3838ae118d8f05fa1b1be7952a1c8aa3055d6728 (diff)
downloadale-b1d833417bcb57e265e0d01df07b28f463529d4b.zip
#3633 - Put all dummy test files in test/test-files
Diffstat (limited to 'doc/ale-development.txt')
-rw-r--r--doc/ale-development.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt
index 0ebce87b..3436b531 100644
--- a/doc/ale-development.txt
+++ b/doc/ale-development.txt
@@ -188,6 +188,10 @@ Look at existing tests in the codebase for examples of how to write tests.
Refer to the Vader documentation for general information on how to write Vader
tests: https://github.com/junegunn/vader.vim
+If you need to add any supporting files for tests, such as empty files present
+to test searching upwards through paths for configuration files, they can be
+added to the `test/test-files` directory.
+
See |ale-development-linter-tests| for more information on how to write linter
tests.