We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50075d1 commit af5fa46Copy full SHA for af5fa46
1 file changed
tests/api/test_config.py
@@ -36,6 +36,8 @@ def test_init(self):
36
self.assertEqual(config.OPTIONS.enableBreak, False)
37
self.assertEqual(config.OPTIONS.emitBackend, False)
38
self.assertIsNone(config.OPTIONS.architecture)
39
+ self.assertEqual(config.OPTIONS.expect_warnings, 0)
40
+
41
# private options that cannot be accessed with #pragma
42
self.assertEqual(config.OPTIONS['__DEFINES'].value, {})
43
self.assertEqual(config.OPTIONS.explicit, False)
@@ -58,6 +60,7 @@ def test_initted_values(self):
58
60
'case_insensitive',
59
61
'emitBackend',
62
'enableBreak',
63
+ 'expect_warnings',
64
'explicit',
65
'include_path',
66
'inputFileName',
0 commit comments