Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 729 Bytes

File metadata and controls

51 lines (37 loc) · 729 Bytes

API Reference

CurrentModule = ParallelTestRunner
DocTestSetup = quote
    using ParallelTestRunner
end

Main Functions

runtests

Test Discovery

find_tests

Argument Parsing

parse_args
filter_tests!

Worker Management

addworker
addworkers

Configuration

default_njobs

Internal Functionalities

These are internal types or functions, not subject to semantic versioning contract (could be changed or removed at any point without notice), not intended for consumption by end-users. They are documented here exclusively for ParallelTestRunner developers and contributors.

ParsedArgs
WorkerTestSet
partition_tests