core/plugins/c9.fs/mock/python/test_user.py
2016-06-26 13:53:19 +02:00

9 lines
143 B
Python

#!/usr/bin/env python3
from app.tests.tests import test_user
from doesntexist import badimport
print(test_user())
bad_call()
badimport.foo()