Data Structures¶
Overview¶
By extending NoseDBReporterBase you essentially have access to two relevant
dictionaries, test_suites and test_case_results.
MySQL Example¶
The NoseMySQLReporter backend translates the data structures of the plugin into mysql tables using 4 tables:
- testsuite
- testsuiteexecution
- testcase
- testcaseexecution
The MySQL tables are roughly related as follows: