approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
316 stars 51 forks source link

Allow verifyAll() and verifyAllCombinations() to use custom file name extensions #127

Closed claremacrae closed 4 years ago

claremacrae commented 4 years ago

We currently have 3 overloads of verifyWithExtension(....) - to allow custom file name extensions to be used for the .approved. and .reveived. files...

This can be useful for file-format-aware diffing tools - or for viewing those files in file-format aware editors.

However, we don't currently provide a way to use custom file name extensions with verifyAll() and verifyAllCombinations()

claremacrae commented 4 years ago

This will come for free from work being done on the Options branch.