facebook/TestSlide

Can't configure TestCase

Open

#48 aberto em 23 de ago. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (58 forks)auto 404
Python Unittestenhancementhelp wanted

Métricas do repositório

Stars
 (147 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

TestSlide has a hacky support for TestCase.assert* methods. While this works, it prevents users from tweaking things such as maxDiff.

The proposed solution to fix this is:

With that, users should be able to do self.test_case.maxDiff = new_value.

Guia do colaborador