intermediate30 minby DevFox

Testing with Pytest

Tests that fail usefully: plain assertions, fixtures, parametrisation, and choosing what to test so the suite catches regressions instead of restating the implementation.

  • Python
  • Testing

    Testing with Pytest — Python in Practice | DevFox Labs