Skip to content
Commit ed9a94a4 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

plugins/sources/local.py: pragma nocover on unreachable code

The local plugin is always Consistency.CACHED, this means that
fetch(), set_ref() and get_ref() methods will never be called.

Instead of omitting them, just "pragma: nocover" on the `pass`
statements, making our coverage report more realistic.
parent 75c09207
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment