protorepl

2018-11-25T01:47:39.046100Z

ok, tried with a new project and it seems to work fine using the same config .. I ended up removing all the tests (inc the tests folder) from the project and it seemed to start working there were a couple of failing tests but that looked ok otherwise -- not sure what is going on with that.

seancorfield 2018-11-25T02:43:27.047Z

@pdmct That's good to know. I wonder if you had some top-level code, outside tests etc, that was causing problems being executed when the tests were loaded?

seancorfield 2018-11-25T02:44:03.047500Z

Perhaps left over from an earlier experiment and not deleted or placed into a deftest...

2018-11-25T07:42:30.048900Z

@seancorfield not sure, I haven't put them back in yet but there was something funky going on with them. I might re-introduce them gradually and see if I can find what is going wrong. Thanks for your help.