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
23f32416
Commit
23f32416
authored
Jan 24, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Running it on its own does no good, just makes it take longer.
parent
96d49c9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/greentest/2.7pypy/test_threading.py
src/greentest/2.7pypy/test_threading.py
+2
-1
src/greentest/greentest/testrunner.py
src/greentest/greentest/testrunner.py
+0
-1
No files found.
src/greentest/2.7pypy/test_threading.py
View file @
23f32416
# Very rudimentary test of threading module
print
(
"GEVENT: Begin import"
)
import
test.test_support
from
test.test_support
import
verbose
,
cpython_only
from
test.script_helper
import
assert_python_ok
...
...
@@ -941,4 +941,5 @@ def test_main():
)
if
__name__
==
"__main__"
:
print
(
"GEVENT: Begin main"
)
test_main
()
src/greentest/greentest/testrunner.py
View file @
23f32416
...
...
@@ -31,7 +31,6 @@ if RUNNING_ON_CI:
RUN_ALONE
=
[
'test__threadpool.py'
,
'test__examples.py'
,
'test_threading.py'
,
]
# tests that can't be run when coverage is enabled
...
...
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