mcoblenz / Obsidian

Obsidian language development
BSD 3-Clause "New" or "Revised" License
77 stars 10 forks source link

updates to the testing harness #408

Closed ivoysey closed 2 years ago

ivoysey commented 2 years ago

This is a rewrite of the testing harness into Python. It is much safer, more trustworthy, more self contained, and maintainable. In particular, this gives me access to the bloom filters and logs in a nicer way that lets me work on #405.

it's not perfect, there are todos and improvements i want to make, but all the existing tests run in this harness as well and it's decent second cut.