Skip to content

31st August 2020

Coding

Python

Alembic

  • Correction: Explain how to use alembic from a python scripts and not.

Click

  • New: Explain how to accept options from environmental variables and how to handle contexts.
  • Correction: Add note on capturing stderr and stdout with caplog instead of click methods.

Faker

  • New: Explain how to populate the faker fixture with random seeds.

Pytest

  • New: Document the capsys, caplog and tmpdir builtin fixtures.