A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-January/011873.html below:

[Python-Dev] Re: test_support.py

[Python-Dev] Re: test_support.py [Python-Dev] Re: test_support.pyGuido van Rossum guido@digicool.com
Fri, 19 Jan 2001 11:14:20 -0500
>       if not condition:
> !         raise AssertionError(reason)

Wouldn't it be better if this raised TestFailed rather than
AssertionError?  Or is there code that catches the AssertionError?

[...grep...]

Yes, there's code that catches AssertionError:

(1) in Marc-Andre's own test_unicode.py;

(2) in test_re, which catches AssertionError and raises TestFailed
    instead.

Proposal:

(1) change verify() to raise TestFailed;

(2) change test_unicode.py to catch TestFailed instead.

--Guido van Rossum (home page: http://www.python.org/~guido/)



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4