Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Introspecting function signatures

by szabgab (Priest)
on Mar 07, 2021 at 05:43 UTC ( [id://11129238]=note: print w/replies, xml ) Need Help??


in reply to Re: Introspecting function signatures
in thread Introspecting function signatures

I am not sure where this idea came from, that the python tests are included in the modules. They are all separated in files that are called test_SOMETHING.py.

As of why is this better, there are a number of things that AFAIK Test::Most does not support - for example

  • running individual, independent test functions (e.g. subtests) on their own
  • having a fixtures that will run before and after each subtest.

Test2::Suite - as far as I understand it is primarily a new harness and it also provides a front-end similar to the one provided by Test::More world (ok, is, like, subtest, etc.) This module is an alternative front-end using Test2 behind the scenes.

  • Comment on Re^2: Introspecting function signatures

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2025-02-17 01:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found