knowsys / rulewerk

Java library based on the VLog rule engine
Apache License 2.0
32 stars 13 forks source link

improve integration tests framework #207

Open irina-dragoste opened 3 years ago

irina-dragoste commented 3 years ago

Currently, we use java code to link an integration test to its corresponding .rls file. It would be nice if we can build a framework that does this automatically, based on naming conventions. We can also have a .rls file for the initial knowledge base and another file for the expected chase result, or expected query answers, if applicable