DCPROGS / HJCFIT

Full maximum likelihood fitting of a mechanism directly to the entire sequence of open and shut times, with exact missed events correction.
GNU General Public License v3.0
9 stars 4 forks source link

Make behave test runner a bit more robust #143

Open jenshnielsen opened 8 years ago

jenshnielsen commented 8 years ago

I had to recreate my virtual env. This resulted in cmake picking up a behave executable outside the env from a different python version.

If we replace behave testname.feature --testargs with python -m behave testname.feature --testargs` this cannot happen since we rely on pythons import mechanism rather than the binary which can point to any python version