]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (#121983)
authorTomas R <tomas.roun8@gmail.com>
Thu, 3 Oct 2024 08:14:57 +0000 (10:14 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 08:14:57 +0000 (11:14 +0300)
commit656b7a3c83c79f99beac950b59c47575562ea729
tree3b59ec02f1c954f9c361851e0ce422f7103b8536
parentc066bf553577d1000e208eb078d9e758c3e41186
gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. (#121983)

Test invalid quoting constant

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_csv.py