{"id":16624277,"url":"https://github.com/dcramer/nose-bisect","last_synced_at":"2025-10-30T00:31:41.682Z","repository":{"id":3459492,"uuid":"4513559","full_name":"dcramer/nose-bisect","owner":"dcramer","description":"Flush out bad tests with easy bisection in Python/Nose","archived":false,"fork":false,"pushed_at":"2012-05-31T22:53:54.000Z","size":105,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T11:18:57.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcramer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-31T22:11:29.000Z","updated_at":"2023-09-08T16:33:41.000Z","dependencies_parsed_at":"2022-09-26T18:31:55.750Z","dependency_job_id":null,"html_url":"https://github.com/dcramer/nose-bisect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fnose-bisect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fnose-bisect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fnose-bisect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fnose-bisect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcramer","download_url":"https://codeload.github.com/dcramer/nose-bisect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238913056,"owners_count":19551475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T03:45:46.060Z","updated_at":"2025-10-30T00:31:36.410Z","avatar_url":"https://github.com/dcramer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"nose-bisect\n===========\n\nInspired by Django's internal bisect tool, easily bisect your test suite and find test-on-test failures.\n\nMore importantly: Test FOO fails when run when test X, bisect will tell you what X is.\n\n::\n\n    nosetests --bisect=module:TestClass.failing_test\n\nAnd get some sometimes-useful output::\n\n    Bisecting against tests.integration.disqus.forums.api.endpoints.tests:ForumEndpointTest.test_list_users\n    ├── Pass 1: Running 1410 test(s) in 2 chunks...\n    │   ├── Chunk 1a: Running 780 tests\n    │   │   └── Tests completed in 371.578s (failure found)\n    │   ├── Chunk 1b: Running 631 tests\n    │   │   └── Tests completed in 224.881s (failure found)\n    │   └── Multiple sources of failure found (2 chunks)\n\n(In our above case, our test suite is actually broken, so it's failing to find a way to bisect)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fnose-bisect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcramer%2Fnose-bisect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fnose-bisect/lists"}