nose-bisect

Software Screenshot:
nose-bisect
Software Details:
Version: 0.1.0
Upload Date: 14 Apr 15
Developer: David Cramer
Distribution Type: Freeware
Downloads: 2

Rating: nan/5 (Total Votes: 0)

Inspired by Django's internal bisect tool, nose-bisect will easily bisect your test suite and find test-on-test failures.

More importantly: Test FOO fails when run when test X, bisect will tell you what X is.

nosetests --bisect=module:TestClass.failing_test

And get some sometimes-useful output:

Bisecting against tests.integration.disqus.forums.api.endpoints.tests:ForumEndpointTest.test_list_users
├** Pass 1: Running 1410 test(s) in 2 chunks...
│ ├** Chunk 1a: Running 780 tests
│ │ └** Tests completed in 371.578s (failure found)
│ ├** Chunk 1b: Running 631 tests
│ │ └** Tests completed in 224.881s (failure found)
│ └** Multiple sources of failure found (2 chunks)


(In our above case, our test suite is actually broken, so it's failing to find a way to bisect)

Requirements:

  • Python
  • nose

Similar Software

teamcity-messages
teamcity-messages

15 Apr 15

HOL
HOL

20 Feb 15

nosetalisker
nosetalisker

12 May 15

HOL-TestGen
HOL-TestGen

20 Feb 15

Other Software of Developer David Cramer

nose-quickunit
nose-quickunit

20 Feb 15

sentry-github
sentry-github

20 Feb 15

django-indexer
django-indexer

12 May 15

sentry-webhooks
sentry-webhooks

20 Feb 15

Comments to nose-bisect

Comments not found
Add Comment
Turn on images!