Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refatorar testes para utilizarem fixture de cliente #22

Open
cassiobotaro opened this issue Sep 24, 2018 · 1 comment
Open

Refatorar testes para utilizarem fixture de cliente #22

cassiobotaro opened this issue Sep 24, 2018 · 1 comment
Labels
melhorias Nova funcionalidade ou pedido

Comments

@cassiobotaro
Copy link
Owner

Algo como:

@pytest.fixture
def client():
    app.config['TESTING'] = True
    yield app.test_client()
@cassiobotaro
Copy link
Owner Author

O arquivo simplificando.md foi criado para este propósito. Além do cliente, uma fixture da tarefa é bem útil principalmente durante o processo de criar.

@cassiobotaro cassiobotaro added the melhorias Nova funcionalidade ou pedido label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
melhorias Nova funcionalidade ou pedido
Projects
None yet
Development

No branches or pull requests

1 participant