Farshid's Weblog

Posts tagged “testing”

  1. Checking if something is callable or async callable in Python
  2. Asserting a dictionary is a subset of another dictionary
  3. axe-core and shot-scraper for accessibility audits
  4. How to mock httpx using pytest-mock
  5. Async fixtures with pytest-asyncio
  6. Getting Python MD5 to work with FIPS systems
  7. Emulating a big-endian s390x with QEMU
  8. Generating documentation from tests using files-to-prompt and LLM
  9. How to call pip programatically from Python
  10. Code coverage using pytest and codecov.io
  11. A tip for debugging pytest-httpx