We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5740cf commit 225b68cCopy full SHA for 225b68c
tests/core/test_models.py
@@ -418,7 +418,7 @@ def test_as_list_str(self, mock_wrap_content):
418
assert 'wrapped(import numpy as np, PACKAGES)' in context_list
419
assert 'wrapped(\nclass FullClass:\n ..., file1.py)' in context_list
420
# Check that the partial class was constructed correctly
421
- assert 'wrapped(class PartialClass(Base):\n\n\n ...\n\n\ndef partial_method(self):\n pass, file2.py)' in context_list
+ assert 'wrapped(\nclass PartialClass(Base):\n\n ...\n\ndef partial_method(self):\n pass, file2.py)' in context_list
422
423
# Assertions for target list
424
assert len(target_list) == 2 # 1 preloaded + 1 requested
0 commit comments