Hacker News new | ask | show | jobs
by HanClinto 40 days ago
This is very cool!

If you're looking for a good test suite, I wonder if you might be able to adapt any of the tests available in XMage? They have a pretty extensive test suite (such as for copy effects [0]) and if you point your agent at their code, I wonder how many could be usefully adapted to your system?

[0] - https://github.com/magefree/mage/tree/master/Mage.Tests/src/...

1 comments

Million thanks for this! I stumbled upon XMage at some point but I didn't think of reusing their test suite. I'll see what Codex can cook up, I already have a WASM API which looks fairly similar to what XMage is doing for their tests so hopefully it won't be too hard to port them over!