Closed PhilipNelson5 closed 2 years ago
extra information needed to run tests like the command to execute is stored in a weak map. This data structure stores keys as weak references which do not keep objects from being garbage collected.
These are all the example tests in the catch2 repo
When we have #2 closed, we can redirect this PR
Also, please add an entry to the change log. I'm following the layout described at https://keepachangelog.com/en/1.0.0/
extra information needed to run tests like the command to execute is stored in a weak map. This data structure stores keys as weak references which do not keep objects from being garbage collected.
These are all the example tests in the catch2 repo