Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Just let it run some tests on a program and run the same tests with a different unit testing utility on the same program and then cross-validate. Or verify it with some verification language. Or unit test it with another framework... Which could lead to cyclic dependencies 😂
-
rayanon13608y@franciscoknebel gcc compiles itself. Same with Haskell, ghc is used to compile ghc. Another interesting bit, the linux kernel is compiled using gcc and gcc in turn runs on a linux machine.
Compiler, OS designers are very smart programmers. They have easily figured out this recursion shit (btw, before inception became famous, this phenomenon was simply called recursion). It will take unit testing framework authors a couple more decades to get there I suppose. 😋
Related Rants
Let's get real serious for a second here guys... How do you unit test a unit testing framework?
undefined
paradox
inception
meta
unit tests
testing