summary refs log blame commit diff stats
path: root/tests/config.nims
blob: cd4ee4b08d5bacd4e189667600e525e11b024ffb (plain) (tree)
1
2
3
4
5
6
7





                                                                                 
                                    
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")