{"id":15062320,"url":"https://github.com/pvande/test-mini","last_synced_at":"2025-04-10T14:22:16.393Z","repository":{"id":855865,"uuid":"588131","full_name":"pvande/Test-Mini","owner":"pvande","description":"Lightweight xUnit Testing for Perl","archived":false,"fork":false,"pushed_at":"2016-06-07T01:02:27.000Z","size":541,"stargazers_count":6,"open_issues_count":7,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T13:04:25.659Z","etag":null,"topics":["perl","test-framework"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pvande.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-31T08:17:56.000Z","updated_at":"2018-04-02T20:12:19.000Z","dependencies_parsed_at":"2022-08-16T11:10:42.895Z","dependency_job_id":null,"html_url":"https://github.com/pvande/Test-Mini","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvande%2FTest-Mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvande%2FTest-Mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvande%2FTest-Mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvande%2FTest-Mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvande","download_url":"https://codeload.github.com/pvande/Test-Mini/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233935,"owners_count":21069493,"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":["perl","test-framework"],"created_at":"2024-09-24T23:34:22.827Z","updated_at":"2025-04-10T14:22:16.373Z","avatar_url":"https://github.com/pvande.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=for comment Documentation generated by YARD v0.6.1 and yard-pod-plugin v0.1.\n\n=head1 NAME\n\nTest::Mini - Lightweight xUnit Testing for Perl\n\n=head1 DESCRIPTION\n\nTest::Mini is a light, spry testing framework built to bring the\nfamiliarity of an xUnit testing framework to Perl as a first-class\ncitizen.  Based initially on Ryan Davis' minitest, it provides a not\nonly a simple way to write and run tests, but the necessary\ninfrastructure for more expressive test fromeworks to be written.\n\nSince example code speaks louder than words:\n\n  package t::Test\n  use base 'Test::Mini::TestCase';\n  use strict;\n  use warnings;\n\n  # This will run before each test\n  sub setup { ... }\n\n  # This will run after each test\n  sub teardown { ... }\n\n  sub test_something {\n      my $self = shift;\n      $self-\u003eassert(1); # Assertions come from Test::Mini::Assertions\n  }\n\n  # Assertions can also be imported...\n  use Test::Mini::Assertions;\n\n  sub helper { return 1 }\n\n  sub test_something_else {\n      assert(helper());\n  }\n\nLike any traditional xUnit framework, any method whose name begins with\n'test' will be automatically run.  If you've declared 'setup' or\n'teardown' methods, they will be run before or after each test.\n\n\n\n\nSee Also:\n\n=over\n\n=item *\n\nL\u003c\u003c\u003c\u003c S\u003c\u003c\u003c\u003c\u003c http://blog.zenspider.com/minitest \u003e\u003e\u003e\u003e\u003e \u003e\u003e\u003e\u003e\n\n\n=item *\n\nL\u003c\u003c\u003c\u003c S\u003c\u003c\u003c\u003c\u003c Test::Mini::Runner \u003e\u003e\u003e\u003e\u003e|Test::Mini::Runner \u003e\u003e\u003e\u003e\n\n\n=back\n\n=head1 METHODS\n\n=head2 Class Methods\n\n=over\n\n=item B\u003c\u003c\u003c\u003c runner_class \u003e\u003e\u003e\u003e\n\n    runner_class # =\u003e Class \n\n\nThe test runner class to use.\n\n\n\n\nReturns:\n\n=over\n\n=item *\n\n(I\u003c\u003c\u003c\u003c Class \u003e\u003e\u003e\u003e) -- The test runner class to use.\n\n\n=back\n\n=back\n\n=head1 AUTHOR\n\nPieter van de Bruggen \u003cpvande@cpan.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvande%2Ftest-mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvande%2Ftest-mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvande%2Ftest-mini/lists"}