-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite Python Test Framework docs #17
Comments
do we agree to describe only v2? (saying that v1 still exists in old katas should be enough. Only PUs will be facing old codes to maintain anyway, I guess) I'll begin with the reference manual. |
BTW, now that we're talking about it... Should we add my module forbidder to the test framework? That would require some work, but it's already in the wild in a lot of katas and it's spreading. And it has some flaws and it already became impossible to update it everywhere, since I don't know all the places... :/ (yeah, it's "a bit" off topic... x) ) |
Yeah, focus on the v2. We can add some notes about the old one later. For module forbidder, can you open a new issue at https://github.com/codewars/python-test-framework? |
done is that repo the last version? (I believe not?) I'd like to have the code on hand so that I can check what I write about it. XD |
Yeah, it's the version being used on Codewars. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
On structuring the test suite with
|
Created an issue dedicated to the guide here: #191. |
This can be closed. Thanks everyone, for writing them. |
We currently have two Python test framework docs.
Based on these, we should create:
The guide should describe how to write tests. The reference should list all the assertion functions and example usages.
Later, we can also add another page for specific topics, e.g., writing random tests.
Feel free to comment for any thoughts. Also, assign yourself to let the other members know you're going to work on it.
The text was updated successfully, but these errors were encountered: