Activity for libtest-module-runnable-perl

  • M6KVM M6KVM committed [9adfdd]

    Contributed mock() method

  • M6KVM M6KVM committed [3aad41]

    Check random results not seen previously

  • M6KVM M6KVM committed [b68490]

    Added tag libtest-module-runnable-perl-0.2.2 for changeset 28c2e5f2845b

  • M6KVM M6KVM committed [9b761d]

    Tested against old code and adjusted threshold

  • M6KVM M6KVM committed [6b22e8]

    Fix name and copyright years in main module

  • M6KVM M6KVM committed [86ce69]

    Merged branch f/201710-maint at revision 5df81e6757ed into develop

  • M6KVM M6KVM committed [9a12ff]

    Don't clobber runnable tests via command-line

  • M6KVM M6KVM committed [d836c7]

    Close branch f/201602-pod-check

  • M6KVM M6KVM committed [82f945]

    Ensure random result is an integer

  • M6KVM M6KVM committed [57a525]

    Added missing license

  • M6KVM M6KVM committed [4f9aa8]

    Merged default into stable

  • M6KVM M6KVM committed [53c476]

    Raw and dirty changelog to refine for public consumption

  • M6KVM M6KVM committed [2b778d]

    Merged stable into rel/0 for release

  • M6KVM M6KVM committed [9731db]

    Manually summarize the final changelog. Decide on 0.2.0 for next version number

  • M6KVM M6KVM committed [4e1282]

    Change random test logic

  • M6KVM M6KVM committed [199758]

    Potential fix for PoD missing a newline

  • M6KVM M6KVM committed [9bee3a]

    Fix podchecker

  • M6KVM M6KVM committed [28c2e5]

    Bump to 0.2.2

  • M6KVM M6KVM committed [4325d0]

    Reduce trial iterations when on users' systems

  • M6KVM M6KVM committed [50502f]

    List::MoreUtils missing dependency reported by Slaven Rezic

  • M6KVM M6KVM committed [8e3a56]

    Close branch f/201602-unique-random

  • M6KVM M6KVM committed [4b4da8]

    Declare the Test::MockModule dependency

  • M6KVM M6KVM committed [02a8a7]

    PoD syntax fix; =item without previous =over

  • M6KVM M6KVM committed [0487b7]

    Created branch to ensure PoD is sound

  • M6KVM M6KVM committed [62be24]

    More name and copyright year fixes

  • M6KVM M6KVM committed [fa3138]

    FIXME::Tester -> Test::Module::Runnable in broken unit tests

  • M6KVM M6KVM committed [9fb99a]

    Added tag libtest-module-runnable-perl-0.2.1 for changeset 4b13f2ee1611

  • M6KVM M6KVM committed [315499]

    Fix unmock() unit tests

  • M6KVM M6KVM committed [bf1313]

    Merge fixes from f/201710-cpan-reports

  • M6KVM M6KVM committed [1cd42b]

    Contributed unit tests for the test suite mockery methods;

  • M6KVM M6KVM committed [49ddee]

    BUG: Missing use Data::Dumper within Test::Module::Runnable::Base

  • M6KVM M6KVM committed [b15f2f]

    Fix release time

  • M6KVM M6KVM committed [78c8a2]

    Merged rel/0 including 0.2.1 and 0.2.2 fixes into default

  • M6KVM M6KVM committed [b73dfd]

    Fix user-visible iteration

  • M6KVM M6KVM committed [0ab913]

    Fix indentation of examples (PoD)

  • M6KVM M6KVM committed [564e2a]

    Fix t/version.t

  • M6KVM M6KVM committed [215dbd]

    Test that the random domain is always a positive integer

  • M6KVM M6KVM committed [32ba63]

    License reformat (no content change)

  • M6KVM M6KVM committed [17e201]

    More name changes and start preparing next release changelog

  • M6KVM M6KVM committed [d762bb]

    Clarify confusing variable name

  • M6KVM M6KVM committed [c9b682]

    Fix $VERSION

  • M6KVM M6KVM committed [434556]

    Regression test for 9a12ff8bee11

  • M6KVM M6KVM committed [680823]

    Reverse test logic; so each iteration runs a fix bunch of tests

  • M6KVM M6KVM committed [527ef4]

    Create branch for bug fixes reported from CPAN

  • M6KVM M6KVM committed [bdc85f]

    Reformat and add internal sanity check

  • M6KVM M6KVM committed [eed0ad]

    Skip one of the random tests unless TEST_AUTHOR is defined

  • M6KVM M6KVM committed [d6794a]

    Implement unique random code

  • M6KVM M6KVM committed [ab09e5]

    Bump to 0.2.1 and fix various changelogs

  • M6KVM M6KVM committed [2ed2f3]

    Added MANIFEST files

  • M6KVM M6KVM committed [b620a4]

    Merged table into develop

  • M6KVM M6KVM committed [c0025a]

    Mostly name and news, mostly

  • M6KVM M6KVM committed [c3516c]

    Fix t/mock.t testVerbose

  • M6KVM M6KVM committed [4da366]

    Added tag libtest-module-runnable-perl-0.2.0 for changeset c9b6821d89a3

  • M6KVM M6KVM committed [dd4911]

    Merged in f/201602-pod-check (pull request #2)

  • M6KVM M6KVM committed [5d585e]

    Merged 0.2.0 into default

  • M6KVM M6KVM committed [b3cf64]

    Check lib/Test/Module/Runnable.pm with podchecker

  • M6KVM M6KVM committed [6c9bc8]

    use Moose automagically switches on strict and warnings.

  • M6KVM M6KVM committed [55eadc]

    Remove tester_ redundant prefix (tests only)

  • M6KVM M6KVM committed [2a6069]

    Added contributed code - unmock()

  • M6KVM M6KVM committed [76b0fb]

    Big refactor into Base and used defined methods

  • M6KVM M6KVM committed [0c152f]

    Fix more PoD and don't use can() on methods we plan to provide in future Runner.

  • M6KVM M6KVM committed [f35644]

    Added libreadonly-perl to debian/control

  • M6KVM M6KVM committed [4b13f2]

    Added .hgignore

  • M6KVM M6KVM committed [3db970]

    Fix mockNonExistentMethod tests

  • M6KVM M6KVM committed [e1909a]

    Added Readonly to BUILD_REQUIRES

  • M6KVM M6KVM committed [a03861]

    Added tag libtest-module-runnable-perl-0.2.3 for changeset 21bc48e7b540

  • M6KVM M6KVM committed [190bb0]

    Mockery contributed by agreement from private fork

  • M6KVM M6KVM committed [4c78d5]

    Fix copyright notices

  • M6KVM M6KVM committed [3bedcf]

    Branch for maintenance -- preparing for next release

  • M6KVM M6KVM committed [425d74]

    Merged stable into develop

  • M6KVM M6KVM committed [ac6e2d]

    Merged rel/0 into default

  • M6KVM M6KVM committed [f10afa]

    Write experimental sequence test

  • M6KVM M6KVM committed [84db9b]

    Merged in f/201602-unique-random (pull request #1)

  • M6KVM M6KVM committed [110c44]

    Merged default into stable

  • M6KVM M6KVM committed [000841]

    Merged fixes from develop

  • M6KVM M6KVM committed [b1cf67]

    Merge develop into stable

  • M6KVM M6KVM committed [995fdd]

    Sack off self-inclusion in test

  • M6KVM M6KVM committed [e10a7a]

    Additional mockCallsWithObject(), clearMocks() and helpers.

  • M6KVM M6KVM committed [21bc48]

    Bump version to 0.2.3

  • M6KVM M6KVM committed [5df81e]

    Added Test::Module::Runnable

  • M6KVM M6KVM committed [eb45a6]

    Fix issue where not was directly tested against a blank string. (Unit tests only).

  • M6KVM M6KVM committed [5f2aca]

    Merged branch develop at revision 6c9bc8c58244 into stable

  • M6KVM M6KVM committed [9a00ac]

    Merged branch stable at revision 0da0e96e7155 into rel/0

  • M6KVM M6KVM committed [72c854]

    Ostensibly, fixes for testMockCallsWithObject

  • M6KVM M6KVM committed [84fbf9]

    Fix t/mock.t testCode

  • M6KVM M6KVM committed [805c6d]

    Bump $VERSION to 0.3.0

  • M6KVM M6KVM committed [1ee36a]

    Fix testBadReturn

  • M6KVM M6KVM committed [7ff46f]

    Fix testCodeReturn

  • M6KVM M6KVM committed [70bf70]

    Dependencies; Might not be exhaustive?

  • M6KVM M6KVM committed [47e0ea]

    Fixed testArrayMixed

  • M6KVM M6KVM committed [84c73b]

    Show that real method (appender in lieu of logger) is called when clearMocks() has been called

  • M6KVM M6KVM committed [2f1ed1]

    Fixed testArray

  • M6KVM M6KVM committed [76fb1a]

    Test::Output

  • M6KVM M6KVM committed [31e6ee]

    Resolve problem of dummy and Dummy2 by merging them both together

  • M6KVM M6KVM committed [14025d]

    Fix testDie

  • M6KVM M6KVM committed [ea5421]

    Added missing legal notices

  • M6KVM M6KVM committed [caa297]

    Fix testMultipleFunctions

  • M6KVM M6KVM committed [2caa2c]

    Mostly fix test() but not properly

  • M6KVM M6KVM committed [5d710e]

    Added missing contributed code; __mockCalls

  • M6KVM M6KVM committed [2eee3b]

    Close branch f/201710-contrib-mockery

1 >