summary refs log blame commit diff stats
path: root/drnim/tests/config.nims
blob: 346b0b4e6688d437da762398d1c990308149be4f (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                                 
                                
                                    

                                                      
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("filenames", "canonical")
switch("excessiveStackTrace", "off")

# we only want to check the marked parts in the tests:
switch("staticBoundChecks", "off")