Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pythonprobr/libpythonpro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9648034
Choose a base ref
...
head repository: eduardoquerido/libpythonpro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c4c7f3
Choose a head ref
  • 4 commits
  • 27 files changed
  • 1 contributor

Commits on Sep 24, 2019

  1. Utilizado um Objeto Mock para testar, com a biblioteca unittest.mock …

    …e setando parametros para que o teste seja bem sucedido
    Eduardo Querido committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    ebb4303 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Incluindo alterações feitas durante o curso

    Eduardo Querido committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    fba4f5d View commit details
    Browse the repository at this point in the history
  2. Alterando um metodo da biblioteca por um mock e realizando o isolamen…

    …to dos testes para não haver interferências
    Eduardo Querido committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    6ac8490 View commit details
    Browse the repository at this point in the history
  3. Utilizando a biblioteca mocker(pytest-mock) para alterar uma bibliote…

    …ca em seu teste sem que haja interferência em outros testes que utilizam a mesma biblioteca
    Eduardo Querido committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    4c4c7f3 View commit details
    Browse the repository at this point in the history
Loading