#include "python-module.h"#include "python-config.h"#include "python-options.h"#include "python-main.h"#include "python-startup.h"#include "apphook.h"#include "cfg.h"#include "scratch-buffers.h"#include "string-list.h"#include <criterion/criterion.h>
Functions | |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (python_options,.init=setup,.fini=teardown) | |
| Test (python_options, test_python_option_string) | |
| Test (python_options, test_python_option_long) | |
| Test (python_options, test_python_option_double) | |
| Test (python_options, test_python_option_boolean) | |
| Test (python_options, test_python_option_string_list) | |
| Test (python_options, test_python_option_template) | |
| Test (python_options, test_python_options) | |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | python_options | , |
| test_python_option_boolean | |||
| ) |
| Test | ( | python_options | , |
| test_python_option_double | |||
| ) |
| Test | ( | python_options | , |
| test_python_option_long | |||
| ) |
| Test | ( | python_options | , |
| test_python_option_string | |||
| ) |
| Test | ( | python_options | , |
| test_python_option_string_list | |||
| ) |
| Test | ( | python_options | , |
| test_python_option_template | |||
| ) |
| Test | ( | python_options | , |
| test_python_options | |||
| ) |