SynBioDex / sboljs3

A library for the Synthetic Biology Open Language (SBOL) written in TypeScript, for JavaScript/TypeScript applications in the browser or node.js
4 stars 1 forks source link

Problems trying to test #19

Open isaacguerreir opened 2 years ago

isaacguerreir commented 2 years ago

I cloned the project and run the following steps:

npm i
npm test

and this is the result

> sbolgraph@0.47.0 test
> bash test.sh

📝 Summary
📊 Statistics
       0 succeeded
       0 failed
       0 succeeded but were different

What other steps do I need to do to run the tests?

jamesamcl commented 2 years ago

The test suite in this repo is a bit out of date. I have been testing sbolgraph by using sboltools which is a command line wrapper around sbolgraph. The tests do work there, and they are more comprehensive than the test suite here ever was (they are able to diff the resulting RDF triple by triple).

Let me know if that helps!

jamesamcl commented 2 years ago

The automated testing workflow for this repo uses sboltools.