autom8qc.collection

Important

This module provides methods to access the base components of the QA/QC framework. It’s primarily used to integrate the components into a system.

autom8qc.collection.get_functions()

Returns all functions of the framework.

Returns

Class references

Return type

List(object)

autom8qc.collection.get_mappers()

Returns all mappers of the framework.

Returns

Class references

Return type

List(object)

autom8qc.collection.get_measures()

Returns all measures of the framework.

Returns

Class references

Return type

List(object)

autom8qc.collection.get_qaqc_test_categories()

Returns all supported test categories.

Returns

All supported categories

Return type

List(string)

autom8qc.collection.get_qaqc_tests()

Returns all QA/QC tests of the framework.

Returns

Class references

Return type

List(object)

autom8qc.collection.get_rules()

Returns all rules of the framework.

Returns

Class references

Return type

List(object)