Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Regression test with nested data structures -- Or how to use Test::Deep?

by ELISHEVA (Prior)
on Oct 18, 2012 at 13:31 UTC ( [id://999735]=note: print w/replies, xml ) Need Help??


in reply to Regression test with nested data structures -- Or how to use Test::Deep?

I haven't tried this myself, but looking at the docs, another possibility would be to use num($number, $tolerance) to test the time field. If you set the time tolerance wide enough, then you should be able to pass a test on that field without having to pre-filter the hash and remove the timestamp key.

  • Comment on Re: Regression test with nested data structures -- Or how to use Test::Deep?
  • Download Code

Replies are listed 'Best First'.
Re^2: Regression test with nested data structures -- Or how to use Test::Deep?
by LanX (Saint) on Oct 18, 2012 at 13:35 UTC
    Thanks, interesting option! :)

    But I fear using a fixed time tolerace is a good possibility to produce tests which fail occasionally...

    Cheers Rolf

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://999735]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-24 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found