0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 18 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from fdeheeger/master
taavi
as Taavi Burns
More... over 10 years ago
ENH: make it work with IPython 2.0dev More... over 10 years ago
Merge pull request #5 from juliantaylor/zmq-relocate
taavi
as Taavi Burns
More... about 11 years ago
update location of zmq module for ipython 1.0 More... about 11 years ago
Move zmq import into the function that uses it so it's not a requirement for the tests.
taavi
as Taavi Burns
More... over 11 years ago
Adds requirements.txt file and updates travis.yml to use it (and stop running on 2.5, it'll never work).
taavi
as Taavi Burns
More... over 11 years ago
First real push to try travis-ci. Let's see if this works in 2.5…
taavi
as Taavi Burns
More... over 11 years ago
Nose is installed by default on travis-ci!
taavi
as Taavi Burns
More... over 11 years ago
Adds .travis.yml.
taavi
as Taavi Burns
More... over 11 years ago
Display 'failed' and 'skipped' in the textual summary conditionally if there were any of each.
taavi
as Taavi Burns
More... over 11 years ago
Fix all the tests.
taavi
as Taavi Burns
More... over 11 years ago
flake8 all the things!
taavi
as Taavi Burns
More... over 11 years ago
New styling for the result bars and tracebacks More... over 11 years ago
Add a delay in the generated tests so that we can more easily watch them happen live. More... over 11 years ago
Added fully working support for skipped tests; this requires actually disabling the built-in skip plugin due to a long-standing defect with the ErrorClassPlugin-based implementation of the skip plugin, that once a test is handled as 'skipped' by the plugin, no other plugin can easily ascertain that a test was skipped. The addSkip method is never called, for example. The easiest workaround is to disable the skip plugin and handle SkipTest exceptions ourselves in addError. A more comprehensive method might be to reimplement the skip test plugin ourselves but it doesn't seem necessary. More... over 11 years ago
WIP on skip support; not working yet because of nose ErrorClassPlugin fail. More... over 11 years ago
Fixing link.
taavi
as Taavi Burns
More... over 11 years ago
More formatting of the readme. Providing attribution to Catherine Devlin for inspiration.
taavi
as Taavi Burns
More... over 11 years ago
Added more installation instructions.
taavi
as Taavi Burns
More... over 11 years ago
Tweaks to the readme.
taavi
as Taavi Burns
More... over 11 years ago
Updates readme to take into account new features.
taavi
as Taavi Burns
More... over 11 years ago
Fixes tests.
taavi
as Taavi Burns
More... over 11 years ago
Linkifies notebook frame-filename-things in tracebacks.
taavi
as Taavi Burns
More... over 11 years ago
s/in/to/
taavi
as Taavi Burns
More... over 11 years ago
Splits command-line args using shlex for consistency with shell invocations of nosetests.
taavi
as Taavi Burns
More... over 11 years ago
Replaces (escaper, template) tuples with a "real" Template class.
taavi
as Taavi Burns
More... over 11 years ago
Fixes tests.
taavi
as Taavi Burns
More... over 11 years ago
Moves the __init__() method up to the top of the class.
taavi
as Taavi Burns
More... over 11 years ago
Adds -v flag.
taavi
as Taavi Burns
More... over 11 years ago
Adds text tracebacks to console ipython.
taavi
as Taavi Burns
More... over 11 years ago