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
d020472d
Commit
d020472d
authored
Jan 18, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to run more tests under coverage.
parent
ac248521
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile
Makefile
+5
-2
src/greentest/tests_that_dont_do_leakchecks.txt
src/greentest/tests_that_dont_do_leakchecks.txt
+1
-0
No files found.
Makefile
View file @
d020472d
...
@@ -120,8 +120,10 @@ cffibackendtest:
...
@@ -120,8 +120,10 @@ cffibackendtest:
GEVENT_CORE_CFFI_ONLY
=
libev make alltest
GEVENT_CORE_CFFI_ONLY
=
libev make alltest
${PYTHON}
scripts/travis.py fold_end libev
${PYTHON}
scripts/travis.py fold_end libev
leaktest
:
leaktest
:
test_prelim
GEVENTTEST_LEAKCHECK
=
1 make alltest
${PYTHON}
scripts/travis.py fold_start leaktest
"Running leak tests"
cd
src/greentest
&&
GEVENT_RESOLVER
=
thread
GEVENTTEST_LEAKCHECK
=
1
${PYTHON}
testrunner.py
--config
known_failures.py
--quiet
--ignore
tests_that_dont_do_leakchecks.txt
${PYTHON}
scripts/travis.py fold_end leaktest
bench
:
bench
:
${PYTHON}
src/greentest/bench_sendall.py
${PYTHON}
src/greentest/bench_sendall.py
...
@@ -130,6 +132,7 @@ bench:
...
@@ -130,6 +132,7 @@ bench:
travis_test_linters
:
travis_test_linters
:
make lint
make lint
GEVENTTEST_COVERAGE
=
1 make leaktest
GEVENTTEST_COVERAGE
=
1 make leaktest
GEVENTTEST_COVERAGE
=
1 make cffibackendtest
# because we set parallel=true, each run produces new and different coverage files; they all need
# because we set parallel=true, each run produces new and different coverage files; they all need
# to be combined
# to be combined
coverage
combine
.
src/greentest/
coverage
combine
.
src/greentest/
...
...
src/greentest/tests_that_dont_do_leakchecks.txt
0 → 100644
View file @
d020472d
test___monkey_patching.py
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