Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dbb718fa8775731666bb9cbc73662fadee41ea8f
/
Lib
/
test
/
test_parser.py
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
6e4f2c0
Use the "st" versions of the "ast" calls in the parser module -- there is
by Fred Drake
· 24 years ago
cf580c7
Added tests for the new yield support in the parser module.
by Fred Drake
· 24 years ago
58422e5
Convert the parser module test to use PyUnit.
by Fred Drake
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
e3fb18c
Add more regression tests, including for the import statement variations.
by Fred Drake
· 24 years ago
e1578ce
Added tests to avoid regression on bug #125375.
by Fred Drake
· 24 years ago
28f739a
Update the parser module to support augmented assignment.
by Fred Drake
· 25 years ago
79ca79d
Add a minimal test suite for the parser module.
by Fred Drake
· 25 years ago