You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What framework should we be using for the tests? I recommend pytest, it's currently regarded as one of the most powerful and scalable testing frameworks for Python. I've worked with it too, so I can contribute to the test-suite myself.`
I don't have that much of a preference at the moment. I've worked with pytest and nosetests in the past and I don't think that for such a small project would make any difference.
In the other hand, a friend recommended using tox to automate the testing in different versions of python. I think this could be achievable as well depending on the CI platform we use, however, having an option to run tests in different versions locally could be handy.
You're right, it won't make much difference which framework we choose. But still, going with pytest would be better as that has better support and all. I will start working on it. Can you assign me on this issue?
And using tox is a good idea, I have heard about it but haven't used it myself. I will look into it.
The README.md has tests but they are not mocked so it makes them kinda useless if you don't have the film it's referring.
Those tests should be mocked and moved away from the README.
The text was updated successfully, but these errors were encountered: