-
Notifications
You must be signed in to change notification settings - Fork 721
Closed
Labels
metaRelated to repo itself, process, community, ...Related to repo itself, process, community, ...
Description
I noticed OpenCensus Python used the Python standard library's unit test framework, while OpenTracing uses pytest. Personally I'd prefer pytest, as it lets you write all your assertions with the assert
keyword and you don't have to think about importing & using assertEquals
vs assertTrue
, etc. On the other hand, the stdlib has the (slight?) advantage of not requiring an additional development dependency.
We should decide for a unit test framework.
Jamim
Metadata
Metadata
Assignees
Labels
metaRelated to repo itself, process, community, ...Related to repo itself, process, community, ...