mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 01:51:43 +00:00
add --processing:dots|filenames|off to customize hintProcessing (#17817)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user