Skip to content

karupanerura/Test-Deep-Fuzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

NAME

Test::Deep::Fuzzy - fuzzy number comparison with Test::Deep

SYNOPSIS

use Test::Deep;
use Test::Deep::Fuzzy;

my $range = 0.001;

cmp_deeply({
    number => 0.0078125,
}, {
    number => is_fuzzy_num(0.008, $range),
}, 'number is collect');

DESCRIPTION

Test::Deep::Fuzzy provides fuzzy number comparison with Test::Deep.

FUNCTIONS

  • is_fuzzy_num EXPECTED, RANGE

    Rounds the values before comparing the values. The RANGE is used for Math::Round::nearest() to compare the values.

SEE ALSO

Math::Round Test::Deep Test::Number::Delta

LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

karupanerura karupa@cpan.org

About

fuzzy number comparetion with Test::Deep

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages