using pytest or unittest #93
ebrahimraeyat
started this conversation in
Ideas
Replies: 3 comments
-
I firstly used it on my pyconcrete project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I have understood correctly, the main advantage is that you can instruct pytest to perform a series of tests on your code helping to detect errors like the one in Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably yes. I think it is very useful. There is a real good example of using pytest in ezdxf package, for example look to this file: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @lcpt. Did you think about using pytest for test? Because it has many features that we can use, like mock object, test coverage tools and so on. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions