An open API service indexing awesome lists of open source software.

https://github.com/mbj/wrocloverb-2026-workshop


https://github.com/mbj/wrocloverb-2026-workshop

Last synced: 3 months ago
JSON representation

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.