Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
4d0a41f1
Commit
4d0a41f1
authored
Feb 05, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docstring
parent
8a9960b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
greentest/testrunner.py
greentest/testrunner.py
+4
-4
No files found.
greentest/testrunner.py
View file @
4d0a41f1
#!/usr/bin/python
"""Unit test runner.
This test runner runs
individual test modules with
in a subprocess, thus allowing them to
mangle globals
on the module level
freely (i.e. do monkey patching).
This test runner runs
each test module isolated
in a subprocess, thus allowing them to
mangle globals freely (i.e. do monkey patching).
To report the results and generate statistics sqlite3 database is used.
...
...
@@ -11,8 +11,8 @@ in the database logged with the result 'TIMEOUT'.
The --db option, when provided, specifies sqlite3 database that holds the test results.
By default 'testresults.sqlite3' is used in the current directory.
If the a mercurial repository is detected and
it is "dirty", that is, has uncommited changes
then '/tmp/testresults.sqlite3' is used, which is cleaned up before each run
.
If the a mercurial repository is detected and
the current working copy is "dirty", that is,
has uncommited changes, then '/tmp/testresults.sqlite3' is used
.
The results are stored in the following 2 tables:
...
...
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