Remove TODO

This commit is contained in:
Noah
2020-06-29 12:27:07 -05:00
committed by GitHub
parent cef2a41627
commit 646feebe25

View File

@@ -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)