mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Add a python test
This commit is contained in:
parent
5811811397
commit
2b6934cee1
@ -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",
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from app.tests.tests import test_user
|
||||
import badimport
|
||||
|
||||
print(test_user())
|
||||
|
||||
bad_call()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user