Tiny Steps: Creating Fixie 2.0


With the recent release of .NET Core, it’s time to upgrade the Fixie test framework. Fixie needs to support the new project structure, tooling, and cross-platform behavior introduced by .NET Core: not only should developers of this project benefit from all the new things, but more importantly end users should also be able to use Fixie to test their own .NET Core projects, and even do so while developing them outside of Windows. That’s no small feat. Right now, I’m about halfway through that effort, which you can track on Fixie’s GitHub issue #145. For the bigger picture, see the new Roadmap.

Recently, I gave a talk about .NET Core and the challenges it poses for test frameworks like this one.

— Well, that’s a lie. —

It’s not about that at all. It’s really about how to recognize a big family of architectural problems in software projects, and how to go about solving those problems in tiny steps:

Tiny Steps – Creating Fixie 2 from Patrick Lioi on Vimeo.

Powerful Integration Testing