summaryrefslogtreecommitdiff
path: root/factory/fuzzy.py
diff options
context:
space:
mode:
Diffstat (limited to 'factory/fuzzy.py')
-rw-r--r--factory/fuzzy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/fuzzy.py b/factory/fuzzy.py
index e266b93..d3b130b 100644
--- a/factory/fuzzy.py
+++ b/factory/fuzzy.py
@@ -37,7 +37,7 @@ class BaseFuzzyAttribute(declarations.OrderedDeclaration):
Custom fuzzers should override the `fuzz()` method.
"""
- def fuzz(self):
+ def fuzz(self): # pragma: no cover
raise NotImplementedError()
def evaluate(self, sequence, obj, create, extra=None, containers=()):