Does the hyperfiddle team still use RCF test library? Just wondering if the library is complete vs not used any more, as the last commit was several years ago.
we use it for a lot of things, it is stable, with one known issue in the async support that requires a rewrite to fix but no external user has ever reported it
a secondary issue is that users find clojurescript support finnicky to configure, this is because of just how complicated clojurescript is, maybe we can improve it but we haven't historically had time to allocate here for something that is working fine for us
Another data point: I've started using rcf at work and love it. We were putting tests in comment blocks before - now imo they're better and won't rot. I recommend.