Miss Islington (bot)
f1288d353f
[3.14] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142944)
...
(cherry picked from commit 4a8ecbad80 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-12-18 18:34:05 +01:00
Serhiy Storchaka
f6ed94e70e
[3.14] gh-142681: Improve unicodedata tests (GH-142682) (GH-142708)
...
(cherry picked from commit af7cca3c39 )
2025-12-14 13:51:14 +02:00
Ned Deily
e2d519035f
Issue #12497 : Install test/data to prevent failures of the various codecmaps
...
tests.
2011-07-04 19:06:20 -07:00
Georg Brandl
4f85ae10f5
#8910 : add a file explaining why Lib/test/data is there.
2010-07-31 21:12:15 +00:00
Barry Warsaw
04f357cffe
Get rid of relative imports in all unittests. Now anything that
...
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".
This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).
Now Tim and Jack can have at it. :)
2002-07-23 19:04:11 +00:00
Barry Warsaw
e5270aea23
New files which test the corners of multipart/message and
...
message/rfc822 compliance.
2002-07-09 02:36:10 +00:00
Barry Warsaw
1969817486
Another test of long headers.
2002-06-29 15:23:39 +00:00
Barry Warsaw
9546e7972c
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
...
New test cases.
2002-06-29 05:58:45 +00:00
Barry Warsaw
6d86f8302f
A test message w/ CRLF line endings
2002-05-19 23:53:38 +00:00
Barry Warsaw
409a4c08b5
Sync'ing with standalone email package 2.0.1. This adds support for
...
non-us-ascii character sets in headers and bodies. Some API changes
(with DeprecationWarnings for the old APIs). Better RFC-compliant
implementations of base64 and quoted-printable.
Updated test cases. Documentation updates to follow (after I finish
writing them ;).
2002-04-10 21:01:31 +00:00
Barry Warsaw
6423f8b884
Test case of a singleton multipart; i.e. a multipart/* with only one
...
subpart.
2002-01-27 06:49:26 +00:00
Barry Warsaw
2539cf5aad
A fix for SF bug #472560 , extra newlines returned by get_param() when
...
the separating semi-colon shows up on a continuation line (legal, but
weird).
Bug reported and fixed by Matthew Cowles. Test case and sample email
included.
2001-10-25 22:43:46 +00:00
Barry Warsaw
11ce550578
Another email package test file
2001-10-19 04:07:27 +00:00
Barry Warsaw
2f6a0b00a0
Add a test for get_all() returning failobj. msg_20.txt is a sample
...
message with multiple CC: fields, used in the get_all() test.
2001-10-09 15:49:35 +00:00
Barry Warsaw
c4496f886b
More test data for test_email.py
2001-10-04 17:59:42 +00:00
Barry Warsaw
0e416cd88e
More test messages for test_email.py
2001-09-26 05:45:17 +00:00
Barry Warsaw
d31db7e939
The test data (mostly example messages) for the email package test
...
suite. Note that other tests can put input data in this directory.
2001-09-23 03:19:33 +00:00