Mathieu Champlon

Results 64 comments of Mathieu Champlon

Obviously I haven't used FakeIt (and haven't looked at the internals), however there seems to be one major difference standing out: unlike turtle it does not require to write (and...

Actually I just realized github provides support for static web sites, e.g. https://help.github.com/articles/creating-project-pages-using-the-command-line/ so there is no real need for keeping sourceforge around. I'll give it a shot. I have...

Hey no worries, I know how it is ๐Ÿƒ Cheers, MAT.

FWIW here is how INFO is defined #define INFO( msg ) INTERNAL_CATCH_INFO( "INFO", msg ) with #define INTERNAL_CATCH_INFO( macroName, log ) \ Catch::ScopedMessage INTERNAL_CATCH_UNIQUE_NAME( scopedMessage ) = Catch::MessageBuilder( macroName, CATCH_INTERNAL_LINEINFO,...

Hi Ovanes, I'll try and answer as best as I can. First I don't think you should bother much with 'pass'. If a test framework does not have that feature...

I think discussing the code would be easier if it were on a branch ๐Ÿ˜„ What I notice first is that 'fail' is not supposed to do more than log....

Hi, Canโ€™t you set it up using a `calls` action? See: - http://turtle.sourceforge.net/turtle/reference.html#turtle.reference.expectation.actions - https://www.oreilly.com/library/view/c-cookbook/0596007612/ch08s16.html

If you look at the history for these files I believe it explains what they intend to test: - defined.hpp: https://github.com/mat007/turtle/commit/86371b56956163bf6f27aa2a708c6abe28b1b1bb#diff-4c70002b08ea2c82a0da9f4652b43c4d - undefined.hpp: https://github.com/mat007/turtle/commit/c697b488023fb42165cb2c8a638d65243997a1e9#diff-654c393c98f706d42ec3171d329e5f8d I would be a bit reluctant...

Hi! Can you make a minimal reproducible case that I can take a look at? Thanks!

I wouldn't mind moving to C++14, but I really don't have the time or opportunity to handle this myself (I don't work with C++ anymore). Of course if you or...