rotki/rotki

Enable strict typing for all tests

开放

#842 创建于 2020年4月5日

 (9 条评论) (0 个反应) (0 位负责人)Python (757 个派生)github user discovery
good first issuehacktoberfesttests

仓库指标

星标
 (3,990 个星标)
PR 合并指标
 (平均合并 1天 23小时) (30 天内合并 147 个 PR)

描述

Problem Definition

For backend tests we have an exception in setup.cfg here: https://github.com/rotki/rotki/blob/b07063d35164f59b438a7385b3c72955a90e71d9/setup.cfg#L28-L32

We don't have strict typing check for all tests.

Task

  • Remove the lines shown above
  • Properly type everything in tests so that linting passes again

贡献者指南