diff options
| author | Damien George | 2014-01-14 15:27:59 -0800 |
|---|---|---|
| committer | Damien George | 2014-01-14 15:27:59 -0800 |
| commit | 39eab8de96bf81020ee449347ff0e5958bc1a332 (patch) | |
| tree | f84c3565fe163577bdae7496f302cac07aa67939 /tests | |
| parent | 66a5bf681def9404a624eba9235d024a104b2602 (diff) | |
| parent | ddf2178d834d91ff695450c7f67a6478a80232da (diff) | |
Merge pull request #161 from pfalcon/exc-more-pythonic
Move towards Python-compliant interface of exceptions
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basics/tests/exception1.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basics/tests/exception1.py b/tests/basics/tests/exception1.py new file mode 100644 index 000000000..95d933de7 --- /dev/null +++ b/tests/basics/tests/exception1.py @@ -0,0 +1,3 @@ +# TODO: requires repr() +#a = IndexError(1, "test", [100, 200]) +#print(repr(a)) |
