summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-10-09test_analyzer: correct command line argumentsAlon Levy
2014-10-08add tests_analyzerAlon Levy
node test_analyzer.js '#a and #b and #c are cool' | dot -Tpng > /tmp/temp.png; xdg-open /tmp/temp.png Todo: use stdin, then it will be a total pipe Todo: make this a rhizi debug feature that displays the image in the browser?
2014-10-07tests: add test_nan_problemAlon Levy
replaces test_history.js. fixes links to new external/scripts/* The new test some point it actually showed the d3 problem, but now it doesn't. To run it: node tests/test_nan_problem.js | grep nan
2014-10-02tests: get meaningful console.log in loaded scriptsAlon Levy
2014-09-28add jsdom based test - not actually history test yet, just calls textAnalyser2Alon Levy