c9-core/plugins/c9.fs/mock/python/test_user.py

9 wiersze
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()