python-dependency-injector icon indicating copy to clipboard operation
python-dependency-injector copied to clipboard

[movie-lister] Added test fixture and updated documentation

Open mrKazzila opened this issue 2 years ago • 0 comments
trafficstars

Link to the current version: tutorials/cli

Changes Made

This pull request proposes the following changes:

  • Added a new test fixture finder_mock for examples/miniapps/movie-lister/movies/tests.py.
  • Updated the example in the documentation to reflect the use of the new fixture.

Why

These changes allow for:

  • Reduced code duplication.
  • Updating the documentation makes it more relevant and informative for framework users.

Testing

Didn't notice any problems, just run pytest movies/tests.py --cov=movies and pytest movies/tests.py from python-dependency-injector/examples/miniapps/movie-lister directory.

mrKazzila avatar Sep 21 '23 15:09 mrKazzila