Module: Binpacker

Defined in:
lib/binpacker.rb,
lib/binpacker/cli.rb,
lib/binpacker/config.rb,
lib/binpacker/timing.rb,
lib/binpacker/worker.rb,
lib/binpacker/version.rb,
lib/binpacker/scheduler.rb,
lib/binpacker/calibration.rb,
lib/binpacker/test_runner.rb,
lib/binpacker/orchestrator.rb,
lib/binpacker/worker_queue.rb,
lib/binpacker/test_discovery.rb

Defined Under Namespace

Classes: CLI, Calibration, Config, LptScheduler, MinitestDiscovery, MinitestRunner, Orchestrator, RSpecDiscovery, RSpecRunner, Scheduler, Test, TestDiscovery, TestRunner, Timing, Worker, WorkerQueue

Constant Summary collapse

Error =
Class.new(StandardError)
ConfigError =
Class.new(Error)
DiscoveryError =
Class.new(Error)
SchedulerError =
Class.new(Error)
WorkerError =
Class.new(Error)
VERSION =
"0.0.2"