coderefinery / testing

Automated testing - Preventing yourself and others from breaking your functioning code
https://coderefinery.github.io/testing/
Creative Commons Attribution 4.0 International
10 stars 35 forks source link

reorganise lesson #170

Closed wikfeldt closed 3 years ago

wikfeldt commented 3 years ago

full-cycle collaborative workflow is now an optional variant of a standard solo type-along exercise. Motivation is that the focus should be on testing and not pull requests, but the lesson should still show how CI works. Also fixing a few smaller issues along the way

wikfeldt commented 3 years ago

this new CI episode still uses PRs in a single-person type-along session, because that's good practice and learners can then more easily translate the workflow to own collaborations. Drawback is that it's somewhat artificial to raise PR's and merge them by oneself, but my feeling is that it's worth it. But would be interesting to hear other opinions