Skip to content
Snippets Groups Projects
Commit bfe2616a2b0e authored by Gregory Szorc's avatar Gregory Szorc
Browse files

run-tests: no longer pass a TestRunner into Test.__init__

We no longer access any attributes on TestRunner besides options, so we
stop passing a TestRunner to Test.__init__ and now pass the options
data structure instead.

Subsequent patches will move accessed options attributes into named
arguments.
parent 3a1881dbf860
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment