I believe it could be a good thing for Popper to transform an Popper.test to Alcotest.test.
From what your runner looks like they're both similar, but in a large-scale project it can be
good to reduce the number of test runners.
QCheck does it here, and we do use that function for uniformity of tests in Tezos.
I also understand that your library intends to be a unit test and property based test library. Reducing the need
to use Alcotest in a test suite at all.
Edit: this could be a discussion instead of a issue actually
I believe it could be a good thing for Popper to transform an Popper.test to Alcotest.test.
From what your runner looks like they're both similar, but in a large-scale project it can be
good to reduce the number of test runners.
QCheck does it here, and we do use that function for uniformity of tests in Tezos.
I also understand that your library intends to be a unit test and property based test library. Reducing the need
to use Alcotest in a test suite at all.
Edit: this could be a discussion instead of a issue actually