index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_arcs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard skipTest, which unittest-mixins will override.
Ned Batchelder
2016-06-12
1
-5
/
+5
*
Better descriptions of missing one-line executables. Part of #475
Ned Batchelder
2016-03-27
1
-0
/
+30
*
Entry arcs now use the negative first line of the code object instead of -1.
Ned Batchelder
2016-03-02
1
-45
/
+45
*
Better branch-missed messages for lambdas.
Ned Batchelder
2016-02-25
1
-0
/
+20
*
More work on better missing branch descriptions
Ned Batchelder
2016-02-14
1
-1
/
+1
*
Didn't mean to leave that there, of course
Ned Batchelder
2016-02-07
1
-1
/
+0
*
Properly handle {**{'a':1}} literals
Ned Batchelder
2016-02-07
1
-0
/
+33
*
Yield statements that are not resumed shouldn't be marked as missing. #440
Ned Batchelder
2016-01-31
1
-0
/
+16
*
Don't track unhandled exception branches
Ned Batchelder
2016-01-29
1
-12
/
+12
*
Fix #466: multi-line statements first in decorated functions
Ned Batchelder
2016-01-18
1
-0
/
+32
*
Stop treating yield-from and await as function returns
Ned Batchelder
2016-01-16
1
-3
/
+5
*
Properly handle break/continue/raise/return from except/else clauses
Ned Batchelder
2016-01-10
1
-0
/
+86
*
What's a decoractor?
Ned Batchelder
2016-01-10
1
-1
/
+1
*
Properly skip lines that are optimized away
Ned Batchelder
2016-01-09
1
-1
/
+1
*
Add a test of partial lambdas
Ned Batchelder
2016-01-09
1
-1
/
+22
*
Put the lambda tests together
Ned Batchelder
2016-01-08
1
-10
/
+10
*
Add tests of multiline lambdas, though i don't quite understand the line numb...
Ned Batchelder
2016-01-07
1
-1
/
+28
*
Clean up small stuff
Ned Batchelder
2016-01-07
1
-0
/
+2
*
A test that I'll fix soon
Ned Batchelder
2016-01-07
1
-0
/
+19
*
Bytecode not byte code
Ned Batchelder
2016-01-07
1
-1
/
+3
*
Test continue/finally
Ned Batchelder
2016-01-06
1
-0
/
+20
*
Add some tests for uncovered cases
Ned Batchelder
2016-01-06
1
-0
/
+7
*
Tweak the conditional for the start-point of dictcomps
Ned Batchelder
2016-01-05
1
-2
/
+2
*
Support while-else
Ned Batchelder
2016-01-05
1
-0
/
+16
*
Support comprehensions better
Ned Batchelder
2016-01-04
1
-0
/
+48
*
Fix arcs for function and class decorators
Ned Batchelder
2016-01-03
1
-0
/
+47
*
No reason to skip this test
Ned Batchelder
2016-01-02
1
-2
/
+1
*
Remove unused imports
Ned Batchelder
2016-01-02
1
-4
/
+0
*
Merge in the default branch
Ned Batchelder
2016-01-02
1
-9
/
+9
|
\
|
*
Change if-0 skips to real skips in the tests
Ned Batchelder
2015-12-25
1
-9
/
+9
*
|
Support returning through a finally
Ned Batchelder
2016-01-02
1
-0
/
+15
*
|
Better exception support, include except-except arcs, and except-else
Ned Batchelder
2016-01-02
1
-7
/
+12
*
|
Handle yield-from and await. All tests pass
Ned Batchelder
2016-01-02
1
-9
/
+11
*
|
Remove some async tests we aren't going to use
Ned Batchelder
2016-01-01
1
-97
/
+3
*
|
Clean up after making arcz_missing and arcz_unpredicted default to empty.
Ned Batchelder
2016-01-01
1
-42
/
+38
*
|
check_coverage now assumes empty missing and unpredicted, and uses branch always
Ned Batchelder
2016-01-01
1
-2
/
+20
*
|
Remove temporary ast_differs
Ned Batchelder
2016-01-01
1
-4
/
+0
*
|
test_arcs now passes for all Python versions
Ned Batchelder
2016-01-01
1
-1
/
+5
*
|
All test_arcs.py tests pass on py27 and py35
Ned Batchelder
2016-01-01
1
-5
/
+20
*
|
Support 'with'
Ned Batchelder
2016-01-01
1
-1
/
+1
*
|
Support classdef and some async keywords
Ned Batchelder
2015-12-31
1
-3
/
+5
*
|
Support exception arcs on py2, where the ast still has separate TryExcept and...
Ned Batchelder
2015-12-31
1
-6
/
+2
*
|
Make other comprehensions work on py2 and py3
Ned Batchelder
2015-12-31
1
-1
/
+36
*
|
Exception tests pass on py3
Ned Batchelder
2015-12-31
1
-31
/
+48
*
|
Execution flows from the end of exception handlers to the finally
Ned Batchelder
2015-12-28
1
-2
/
+44
*
|
A start on try/except/finally
Ned Batchelder
2015-12-24
1
-0
/
+18
*
|
WIP: measure branches with ast instead of bytecode
Ned Batchelder
2015-12-24
1
-0
/
+178
|
/
*
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Ned Batchelder
2015-07-27
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Refactor collector->data; data has only one of lines and arcs.
Ned Batchelder
2015-07-18
1
-1
/
+1
[next]