mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
11 lines
421 B
Nim
11 lines
421 B
Nim
switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this dir
|
|
|
|
## 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("excessiveStackTrace", "off")
|
|
|
|
# we only want to check the marked parts in the tests:
|
|
switch("staticBoundChecks", "off")
|