Pytest - Rapid and Simple Testing with Python

Pytest - Rapid and Simple Testing with Python

EuroPython Conference via YouTube Direct link

Beyond simple testing: fixtures!

13 of 28

13 of 28

Beyond simple testing: fixtures!

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Pytest - Rapid and Simple Testing with Python

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Developer oriented automated tests
  3. 3 integration
  4. 4 py.test fundamental features
  5. 5 cross-project test tool
  6. 6 automatic test discovery
  7. 7 no boilerplate python test code
  8. 8 test classes with pytest
  9. 9 assert introspection
  10. 10 asserting expected exceptions
  11. 11 Failure / Traceback Demo
  12. 12 Dependency injection
  13. 13 Beyond simple testing: fixtures!
  14. 14 Example of a simple pytest fixture
  15. 15 Scoping fixture functions
  16. 16 Parametrizing fixtures
  17. 17 Parametrizing tests directly
  18. 18 Modularity: using fixtures from fixtures
  19. 19 Classes can use fixtures as well
  20. 20 Autouse fixtures
  21. 21 Fixture summary
  22. 22 comparison with unittest
  23. 23 plugins, plugins ...
  24. 24 pytest-coverage example
  25. 25 Using the distribution plugin
  26. 26 Upcoming Pytest-2.4 feature
  27. 27 Integrating context managers (2.4)
  28. 28 Tests need design and thought!

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.