replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

refactor: remove thrown-msg #609

Closed jsmassa closed 1 year ago

jsmassa commented 1 year ago

SUMMARY

Replaces thethrown-msg? test assertion with thrown-with-msg?

ADDITIONAL INFORMATION

Custom test assertions can improve readability of test cases, but unfortunately they can also significantly hinder development when IDEs do not know how to handle the assertions.