Commit 7e26d109 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add a warnings test

parent 155f7862
import warnings
# Specifying this as a DeprecationWarning is a hacky way of supressing the warning,
# since we don't output the exact same error message as CPython right now:
warnings.warn("hello world", DeprecationWarning)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment