wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

Home Page:https://wyfo.github.io/apischema/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean tests and track coverage

wyfo opened this issue · comments

Tests should be divided into two directories:

  • unit: test small and precise part of the code, usually functions
  • integration: written like a normal library use.

Maybe use Codecov for coverage.