Issues
- 23
Release 0.6
#131 opened by bradleyayers - 0
- 0
- 1
attest.run tries to use contextlib.nested in Python 3
#135 opened by dahlia - 2
How to handle warnings
#94 opened by dag - 6
Add `test_case` method to Tests
#132 opened by bradleyayers - 0
- 0
Out of date assert hook documented
#133 opened by bradleyayers - 0
Commit rights
#119 opened by dag - 1
Collect from doctest/unittest
#103 opened by dag - 8
Bug in assert_hook with streams.
#130 opened by bradleyayers - 3
best way to implement parametrized tests
#120 opened by gabrielelanaro - 4
FancyReporter is default on windows but don't work
#124 opened by eventh - 1
sys.stdout don't always have isatty()
#125 opened by eventh - 1
Standardize exit statuses
#104 opened by dag - 1
Scanning leaves loaded modules
#108 opened by dag - 0
New 'attest' command-line needs documentation
#123 opened by dag - 0
0.6 needs a changelog
#122 opened by dag - 1
ZeroDivisionError when running with zero tests
#109 opened by SimonSapin - 5
coverage reporting
#77 opened by Autoplectic - 0
Option to drop to PDB for failing tests
#90 opened by dag - 0
Option to "fail fast"
#100 opened by dag - 0
Control of the assert hook
#102 opened by dag - 0
Improve own tests
#107 opened by dag - 1
Don't override function decorated with @Tests.test
#105 opened by dag - 3
Collection contexts
#76 opened by stony8 - 1
Generate tests from list of contexts
#106 opened by dag - 2
Context managers for temporary files and directories
#87 opened by dag - 1
Custom variant of contextlib.nested()
#93 opened by dag - 1
LogbookReporter
#99 opened by dag - 1
- 0
Show diffs for comparisons on complex objects
#75 opened by dag - 1
Access context values from following context
#96 opened by dag - 0
Named context arguments
#95 opened by dag - 5
Abuse with statement for Konira-inspired DSL
#101 opened by dag - 0
Option to show source of test on failure
#97 opened by dag - 0
- 1
Option for verbose output
#92 opened by dag - 1
Per-reporter command-line option parsers
#83 opened by dag - 2
Collection scanning
#89 opened by dag - 0
Support TerminalFormatter with FancyReporter
#88 opened by dag - 0
Option to not clean tracebacks
#91 opened by dag - 0
- 3
Wrong requirements in setup.py
#85 opened by bradleyayers - 0
Literate testing
#82 opened by dag - 1
- 0
Roadmap 0.5
#80 opened by dag - 2
Hook should raise custom TestFailure exception
#74 opened by dag - 2
Pygments rather than pygments in setup.py
#79 opened by bradleyayers - 2
Getting real sys.stdout, sys.stderr
#78 opened by DasIch