Skip to content

Decide unit test framework #28

@Oberon00

Description

@Oberon00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    metaRelated to repo itself, process, community, ...

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions