Hi, I just started working with the Kamailio code base. I am wondering if there are some common strategies in having automated tests on proper functioning of modules when loaded into cfg.
Hello,
On 17/02/2017 08:59, A Lai wrote:
Hi, I just started working with the Kamailio code base. I am wondering if there are some common strategies in having automated tests on proper functioning of modules when loaded into cfg.
there is no 'standard' procedure on adding tests for modules. There were several attempts in the past, discussed during various meetings, but none materialized.
You can find some unit tests inside 'test/unit/' subfolder, they should work and they can be used as an example to start implementing more.
Cheers, Daniel