forked from Rust-related/RustPython
Remove TODO
This commit is contained in:
@@ -170,7 +170,6 @@ class BoolTest(unittest.TestCase):
|
||||
self.assertIs(bool(""), False)
|
||||
self.assertIs(bool(), False)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
def test_keyword_args(self):
|
||||
with self.assertRaisesRegex(TypeError, 'keyword argument'):
|
||||
bool(x=10)
|
||||
|
||||
Reference in New Issue
Block a user