kbmlcoding commited on
Commit
28bbb61
1 Parent(s): d1b8990

set debug to true

Browse files
Files changed (1) hide show
  1. testing_util.py +2 -2
testing_util.py CHANGED
@@ -48,7 +48,7 @@ class Capturing(list):
48
  sys.stdout = self._stdout
49
 
50
 
51
- def run_test(sample, test=None, debug=False):
52
  """
53
  if test(generated_code) is not None it'll try to run the code.
54
  otherwise it'll just return an input and output pair.
@@ -522,4 +522,4 @@ def reliability_guard(maximum_memory_bytes=None):
522
  sys.modules["joblib"] = None
523
  sys.modules["resource"] = None
524
  sys.modules["psutil"] = None
525
- sys.modules["tkinter"] = None
 
48
  sys.stdout = self._stdout
49
 
50
 
51
+ def run_test(sample, test=None, debug=True):
52
  """
53
  if test(generated_code) is not None it'll try to run the code.
54
  otherwise it'll just return an input and output pair.
 
522
  sys.modules["joblib"] = None
523
  sys.modules["resource"] = None
524
  sys.modules["psutil"] = None
525
+ sys.modules["tkinter"] = None