| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -116,6 +116,12 @@ def test_1703286_B(self): | |||
| 116 | 116 | # This is the real test: call the function via 'call_function' | |
| 117 | 117 | self.assertEqual(0, call_function(proc, (None,))) | |
| 118 | 118 | ||
| 119 | + @unittest.skipUnless(os.name == "nt", | ||
| 120 | + 'test specific to Windows') | ||
| 121 | + def test_load_hasattr(self): | ||
| 122 | + # bpo-34816: shouldn't raise OSError | ||
| 123 | + self.assertFalse(hasattr(windll, 'test')) | ||
| 124 | + | ||
| 119 | 125 | @unittest.skipUnless(os.name == "nt", | |
| 120 | 126 | 'test specific to Windows') | |
| 121 | 127 | def test_load_dll_with_flags(self): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments