Fork me on GitHub
#cursive
<
2018-03-02
>
andrzejsliwa19:03:56

@cfleming I wonder if we can improve "Run tests in current NS in REPL" to such behaviour: when I'm in file some_namespace.clj or some_namespace-test.clj test will run for both namespaces: - when in name-test.clj, load and run test in name.clj and name-test.clj - when in name.clj, load and run test in name.clj and name-test.clj following the convention of naming test/some-namespace-test.clj, this will improve experience with running test. when I'm changing some code in namespace I would like to know if I broke some tests in corresponding namespaces without switching back to test namespace.