#include "python-module.h"#include <criterion/criterion.h>#include "libtest/persist_lib.h"#include "python-persist.h"#include "python-helpers.h"#include "python-main.h"#include "python-startup.h"#include "python-global.h"#include "apphook.h"
Functions | |
| void | setup (void) |
| void | teardown (void) |
| TestSuite (python_persist,.init=setup,.fini=teardown) | |
| void | persist_state_stop (PersistState *state) |
| Test (python_persist, test_python_persist_name) | |
| Test (python_persist, test_python_persist_basic) | |
| Test (python_persist, test_python_persist_iterator) | |
| Test (python_persist, test_python_persist_proper_types) | |
| Test (python_persist, test_python_persist_lookup_missing_key) | |
| Test (python_persist, test_python_persist_iter_returns_proper_types) | |
Variables | |
| CFG_LTYPE | yyltype |
| GlobalConfig * | empty_cfg |
| const gchar * | simple_persist |
| const gchar * | should_throw_exception |
| const gchar * | iter_returns_proper_types |
| void persist_state_stop | ( | PersistState * | state | ) |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | python_persist | , |
| test_python_persist_basic | |||
| ) |
| Test | ( | python_persist | , |
| test_python_persist_iter_returns_proper_types | |||
| ) |
| Test | ( | python_persist | , |
| test_python_persist_iterator | |||
| ) |
| Test | ( | python_persist | , |
| test_python_persist_lookup_missing_key | |||
| ) |
| Test | ( | python_persist | , |
| test_python_persist_name | |||
| ) |
| Test | ( | python_persist | , |
| test_python_persist_proper_types | |||
| ) |
| GlobalConfig* empty_cfg |
| const gchar* iter_returns_proper_types |
| const gchar* should_throw_exception |
| const gchar* simple_persist |
| CFG_LTYPE yyltype |