Skip to content

Commit dfcdeec

Browse files
committed
add exts_defaultclass to tests with extensions in test.framework.options
1 parent 27004ab commit dfcdeec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6731,6 +6731,7 @@ def test_sanity_check_only(self):
67316731
test_ec_txt += '\n' + '\n'.join([
67326732
"sanity_check_commands = ['barbar', 'toy']",
67336733
"sanity_check_paths = {'files': ['bin/barbar', 'bin/toy'], 'dirs': ['bin']}",
6734+
"exts_defaultclass = 'DummyExtension'",
67346735
"exts_list = [",
67356736
" ('barbar', '0.0', {",
67366737
" 'start_dir': 'src',",

0 commit comments

Comments
 (0)