add --processing:dots|filenames|off to customize hintProcessing (#17817)

This commit is contained in:
Timothee Cour
2021-04-22 23:07:22 -07:00
committed by GitHub
parent 56859fe851
commit e4a3feeb92
15 changed files with 50 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this di
## prevent common user config settings to interfere with testament expectations
## Indifidual tests can override this if needed to test for these options.
switch("colors", "off")
switch("listFullPaths", "off")
switch("filenames", "canonical")
switch("excessiveStackTrace", "off")
# we only want to check the marked parts in the tests: