We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2539b86 commit 14d9df7Copy full SHA for 14d9df7
1 file changed
tests/test_scan.py
@@ -565,9 +565,11 @@ def test_raises_error_on_invalid_json(self):
565
if os.path.exists(config_path):
566
os.remove(config_path)
567
568
-
569
def test_update_config_updates_entrypoint(self):
570
- """Test that update_config() updates the entryPoint field when scanning a renamed file."""
+ """
+ Test that update_config() updates the entryPoint field
571
+ when scanning a renamed file.
572
573
content = textwrap.dedent(
574
"""
575
from datacustomcode.client import Client
0 commit comments