Closed andreypopp closed 10 years ago
Swarm.Field is something ancient, I just forgot to clean some old files, sorry. QUnit stuff is ran in a browser, like file:///home/user/swarm/test/qunit.html The issue is how to run it scripted, right?
The issue is how to run it scripted, right?
Yes.
btw, see the new shiny Makefile
Currently
run-tests.sh
doesn't work for me. It seems to usenodeunit
but I figured out tests are written withqunit
. Even after I installqunit
and run test suite manually (w/orun-tests.sh
) I can't get all tests to pass, because some of them requireSwarm.Field
which isn't present in codebase.