Closed xKerman closed 11 years ago
I have few questions about it.
python archived/tests/unittest/unittest_all.py
is not the approach to do test anymore, so it is why I put it into archived dir. I use make doctest
in docs folder now. Is it possible to use it to do test?it is a cool stuff. I just want to add it. Thank you. :)
Yes, it is possible. Tox is useful module when we test python module for multiple python version, but in this case it is not necessary, and it is also not required in Travis CI environment. So we can remove that dependency.
Yes, it is possible to use make doctest
as test command. Actually, we can use any command for the test if following requirements are met:
make doctest
command meets the above requirements, so we can use this command as test command in Travis CI.
Further details are:
I removed tox dependency and fixed to use make doctest
for testing.
Could you review again this pull request? Thnaks.
Thanks for your kind answer. It is perfect now. I just merged it. :)
It'd look really nice if we could see the status of MoSQL, so I added Travis CI badge in README.rst.
Example is (badge is at the bottom): https://github.com/xKerman/mosql/blob/add-travis-spike/README.rst