Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
707f6f4f
Commit
707f6f4f
authored
Apr 28, 2016
by
Daniel Brown
Browse files
update test scripts
parent
144ee798
Pipeline
#836
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/run_tests.py
View file @
707f6f4f
import
pykat
import
traceback
import
os
import
sys
class
bcolors
:
HEADER
=
'
\033
[95m'
...
...
@@ -36,6 +37,8 @@ for path, folders, files in os.walk("./test_scripts"):
traceback
.
print_exc
()
errors
.
append
(
filename
)
print
(
bcolors
.
ENDC
)
sys
.
stdout
.
flush
()
sys
.
stderr
.
flush
()
finally
:
os
.
chdir
(
testdir
)
print
(
"----------------------------------------------------------------------------------------"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment