• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if not config.build_examples or sys.platform in ['win32']:
2  config.unsupported = True
3
4# Test discovery should ignore subdirectories that contain test inputs.
5config.excludes = ['Inputs']
6