The thing about writing a unit testing framework from scratch is that you can't use test driven development to make it, but hey, at least I'm not building a compiler from scratch.
@glyn Because, in the beginning at least, I don't have a framework to write the tests with. This is for Plan9, and as far as I can tell, no such thing exists yet.
I've written a very basic framework at this point. My next step will be to write tests for that, and then go full TDD to write the convenience features.
glyn
in reply to Jonathan Lamothe • • •Jonathan Lamothe
in reply to glyn • •@glyn Because, in the beginning at least, I don't have a framework to write the tests with. This is for Plan9, and as far as I can tell, no such thing exists yet.
I've written a very basic framework at this point. My next step will be to write tests for that, and then go full TDD to write the convenience features.
glyn
in reply to Jonathan Lamothe • • •Jonathan Lamothe likes this.
Jonathan Lamothe
in reply to glyn • •