config.nims 330 B

12345678
  1. switch("path", "$nim/testament/lib") # so we can `import stdtest/foo` in this dir
  2. ## prevent common user config settings to interfere with testament expectations
  3. ## Indifidual tests can override this if needed to test for these options.
  4. switch("colors", "off")
  5. switch("listFullPaths", "off")
  6. switch("excessiveStackTrace", "off")