{"id":16614538,"url":"https://github.com/holman/leftright","last_synced_at":"2025-07-24T20:33:49.399Z","repository":{"id":946565,"uuid":"724948","full_name":"holman/leftright","owner":"holman","description":"Cool replacement for Test::Unit's TestRunner","archived":false,"fork":false,"pushed_at":"2010-06-17T00:15:05.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T15:51:10.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gemcutter.org/gems/leftright","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/holman.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-06-16T23:17:31.000Z","updated_at":"2019-07-08T21:36:03.000Z","dependencies_parsed_at":"2022-07-05T23:30:08.310Z","dependency_job_id":null,"html_url":"https://github.com/holman/leftright","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/holman%2Fleftright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fleftright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fleftright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fleftright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holman","download_url":"https://codeload.github.com/holman/leftright/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250256445,"owners_count":21400522,"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-12T02:06:46.116Z","updated_at":"2025-04-22T14:23:47.682Z","avatar_url":"https://github.com/holman.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= leftright\n\nleftright is kind of like the redgreen gem. It makes passing tests look\ngreen, exceptions yellow, and failures red. But then there's more:\n\n  * It lets you know which TestCase class is being tested\n  * It shows you the full text of failures and exceptions as they happen\n  * It skips all remaining tests for a TestCase class if one fails\n\n== Dependencies\n\nRight now this is pretty heavily dependent on Test::Unit, so it won't work\nin Ruby 1.9+ using MiniTest. Support is planned as soon as I find myself\nusing the Ruby 1.9 + Rails 3 combo day to day.\n\n== Installation instructions\n\nFrom Rubyforge's gem server (might not be there):\n\n  gem install leftright\n\nFrom Gemcutter:\n\n  gem install leftright --source http://gemcutter.org\n\nBoth are the same, and are loaded the same way:\n\n  require 'leftright'\n\nIf you're on JRuby, you'll need to install ffi-ncurses to format properly:\n\n  jruby -S gem install ffi-ncurses\n\n== Example usage\n\n  require 'leftright'\n\n  class SomeTest \u003c Test::Unit::TestCase\n    def test_that_true_is_indeed_true\n      assert_equal true, true\n    end\n  end\n\nThen run the file with ruby. Mind you, it gets a lot more exciting with\nyour own tests, specially if they fail. :)\n\n== Legal\n\nCopyright (c) 2009 Jordi Bunster, released under the MIT license","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholman%2Fleftright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholman%2Fleftright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholman%2Fleftright/lists"}