syslog-ng source
test_python_tf.c File Reference
#include "python-module.h"
#include <criterion/criterion.h>
#include <criterion/parameterized.h>
#include "python-helpers.h"
#include "python-types.h"
#include "python-tf.h"
#include "python-logmsg.h"
#include "python-logtemplate.h"
#include "python-logtemplate-options.h"
#include "python-integerpointer.h"
#include "python-main.h"
#include "python-startup.h"
#include "apphook.h"
#include "logmsg/logmsg.h"
#include "scratch-buffers.h"
#include "libtest/cr_template.h"
Include dependency graph for test_python_tf.c:

Classes

struct  PyTfTestParams
 

Functions

void setup (void)
 
void teardown (void)
 
 TestSuite (python_tf,.init=setup,.fini=teardown)
 
 ParameterizedTestParameters (python_tf, test_python_tf)
 
 ParameterizedTest (PyTfTestParams *params, python_tf, test_python_tf)
 

Function Documentation

◆ ParameterizedTest()

ParameterizedTest ( PyTfTestParams params,
python_tf  ,
test_python_tf   
)

◆ ParameterizedTestParameters()

ParameterizedTestParameters ( python_tf  ,
test_python_tf   
)

◆ setup()

void setup ( void  )

◆ teardown()

void teardown ( void  )

◆ TestSuite()

TestSuite ( python_tf  ,
init = setup,
fini = teardown 
)