https://github.com/mbj/wrocloverb-2026-workshop
https://github.com/mbj/wrocloverb-2026-workshop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbj/wrocloverb-2026-workshop
- Owner: mbj
- Created: 2026-04-17T09:32:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T09:39:14.000Z (3 months ago)
- Last Synced: 2026-04-17T11:30:49.496Z (3 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wroclove.rb 2026 -- Mutation testing in the agentic world
Workshop materials for the wroclove.rb 2026 mutation testing workshop.
## Assumptions
You are a senior Ruby engineer and have no problem getting a shell
open with Ruby 4.0 that can do `bundle install`.
If you struggle, neighbours are more than willing to help, and the
workshop organizer can also help.
## Phases
- `phase-1-intro/` -- intro slides (open `index.html` in a browser)
- `phase-2-first-taste/` -- manual mutation testing on a tiny Ruby class
- `phase-3-agent-loop/` -- the same exercise but you direct your coding agent
- `phase-4-bring-your-own/` -- optional: bring your own code
Read each phase's `README.md` when you get there.