erlang / 25.0 / lib / common_test-1.23 / doc / html / ct_testspec.html /

ct_testspec

Parsing of test specifications for Common Test.

Module ct_testspec was introduced in OTP 19.3.

Parsing of test specifications for Common Test.

This module exports help functions for parsing of test specifications.

Types

Parse the given test specification files and return the tests to run and skip.

If SpecsIn=[Spec1,Spec2,...], separate tests will be created per specification. If SpecsIn=[[Spec1,Spec2,...]], all specifications will be merge into one test.

For each test, a {Specs,Tests} element is returned, where Specs is a list of all included test specifications, and Tests specifies actual tests to run/skip per node.

© 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0.