webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
323 stars 53 forks source link

Unit tests for config-ref #52

Closed jeffhhk closed 3 years ago

jeffhhk commented 3 years ago

See comment:

; has required package: ; raco pkg install chk ; ; ways to run include: ; (cd biolink && raco test -m test/unit) ; (cd biolink && raco test test/unit/chk-configref.rkt)

jeffhhk commented 3 years ago

Thanks guys!