Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test.pl wrapper for is, isnt, like ... #130

Closed
atoomic opened this issue Jul 15, 2019 · 1 comment
Closed

Test.pl wrapper for is, isnt, like ... #130

atoomic opened this issue Jul 15, 2019 · 1 comment

Comments

@atoomic
Copy link
Member

atoomic commented Jul 15, 2019

similar to what we use in blead we should use a custom library that provides the basic test functions like is, isnt, like...

from #128

...in order to maintain compatibility with perls < 5.6. However, we could write our own is, isnt, like functions in a local library (wrapping Test::ok) that provide the same APIs as Test::More's functions, to make it easier to write (and read) the tests.
@atoomic atoomic changed the title Test.pl wrapper for is, ok, ... Test.pl wrapper for is, isnt, like ... Jul 15, 2019
@khwilliamson
Copy link
Member

This is now done in 3.56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants