Skip to content

Commit 4e7cbf5

Browse files
committed
Fix tests broken by new log messages
1 parent c9a467c commit 4e7cbf5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_interactive.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,6 +2361,7 @@ def f_68421204(): return 'good'
23612361
""")
23622362
ipython("""
23632363
In [1]: import pyflyby; pyflyby.enable_auto_importer()
2364+
[PYFLYBY] Rebuilding cache for ...
23642365
In [2]: m18908697_\tfoo.f_68421204()
23652366
[PYFLYBY] import m18908697_foo
23662367
Out[2]: 'good'
@@ -2377,8 +2378,9 @@ def f_76313558_59577191(): return 'ok'
23772378
""")
23782379
ipython("""
23792380
In [1]: import pyflyby; pyflyby.enable_auto_importer()
2380-
In [2]: m51145108_\tfoo.f_76313558_\t
2381+
[PYFLYBY] Rebuilding cache for ...
23812382
[PYFLYBY] import m51145108_foo
2383+
In [2]: m51145108_\tfoo.f_76313558_\t
23822384
In [2]: m51145108_foo.f_76313558_59577191()
23832385
Out[2]: 'ok'
23842386
""", PYTHONPATH=tmp.dir, frontend=frontend)

0 commit comments

Comments
 (0)