Files
RustPython/Lib/test/test_email/__main__.py
Terry Tianlin Luan 833f7343c8 Update email library v3.13.11 (#6642)
* Updated the email library + added test suite

* Added Windows altzone + Fixed memory error in `bytes_inner.rs`
2026-01-17 18:15:35 +09:00

5 lines
72 B
Python
Vendored

from test.test_email import load_tests
import unittest
unittest.main()