[console_scripts]
gospelo-test-runner = gospelo_test_runner.cli:main

[gospelo_test_runner.executors]
assert = gospelo_test_runner.executor.assert_executor:AssertExecutor
http = gospelo_test_runner.executor.http_executor:HttpExecutor
process = gospelo_test_runner.executor.process_executor:ProcessExecutor
