Sharing Tests across Implementations by Externalizing Test Data
Posted on Sun 30 August 2020 in TDDA • Tagged with tests, reference tests, data
I've been dabbling in Swift—Apple's new-ish programming language—recently. One of the things I often do when learning a new language is either to take an existing project in a language I know (usually, Python) and translate it to the new one, or (better) to try a new project …
Continue reading