martinjosifoski commited on
Commit
7118901
1 Parent(s): c094f9d
Files changed (2) hide show
  1. CF_CodeTesting.py +1 -1
  2. LC_CodeTesting.py +1 -1
CF_CodeTesting.py CHANGED
@@ -6,7 +6,7 @@ from .CodeTesting import CodeTesting
6
 
7
  log = logging.get_logger(__name__)
8
 
9
- # ToDo: Add a flags to control whether hidden, public or both tests should be used for evaluation
10
 
11
 
12
  class CF_CodeTesting(CodeTesting):
 
6
 
7
  log = logging.get_logger(__name__)
8
 
9
+ # ToDo: Add a flag to control whether hidden, public or both tests should be used for evaluation
10
 
11
 
12
  class CF_CodeTesting(CodeTesting):
LC_CodeTesting.py CHANGED
@@ -6,7 +6,7 @@ from .CodeTesting import CodeTesting
6
 
7
  log = logging.get_logger(__name__)
8
 
9
- # ToDo: Add a flags to control whether hidden, public or both tests should be used for evaluation
10
 
11
 
12
  class LC_CodeTesting(CodeTesting):
 
6
 
7
  log = logging.get_logger(__name__)
8
 
9
+ # ToDo: Add a flag to control whether hidden, public or both tests should be used for evaluation
10
 
11
 
12
  class LC_CodeTesting(CodeTesting):