Closed miner closed 6 years ago
lein test doesn't work. The files in test/editscript/diff/* need to have "diff" in their ns declarations. I guess the files were moved without updating the namespaces.
lein test
-(ns editscript.a-star-test +(ns editscript.diff.a-star-test
-(ns editscript.quick-test +(ns editscript.diff.quick-test
Nice catch. Thank you very much! It is now fixed.
lein test
doesn't work. The files in test/editscript/diff/* need to have "diff" in their ns declarations. I guess the files were moved without updating the namespaces.-(ns editscript.a-star-test +(ns editscript.diff.a-star-test
-(ns editscript.quick-test +(ns editscript.diff.quick-test