Add a python test

pull/248/head
Lennart Kats 2016-01-29 12:34:13 +01:00
rodzic 5811811397
commit 2b6934cee1
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@
"c9"
],
"c9plugins": {
"c9.ide.language": "#dd08a9e9e6",
"c9.ide.language": "#37929c99bf",
"c9.ide.language.css": "#be07d72209",
"c9.ide.language.generic": "#a4023db7f6",
"c9.ide.language.html": "#9be847c0ce",

Wyświetl plik

@ -1,3 +1,7 @@
#!/usr/bin/env python3
from app.tests.tests import test_user
import badimport
print(test_user())
bad_call()