##// END OF EJS Templates
py3: fix test-bad-extension expectations for py35...
Ian Moody -
r43461:5ed1abd0 default
parent child Browse files
Show More
@@ -62,11 +62,14 b' show traceback'
62 62 *** failed to import extension badext2: No module named *badext2* (glob)
63 63 Traceback (most recent call last):
64 64 ImportError: No module named badext2 (no-py3 !)
65 ModuleNotFoundError: No module named 'hgext.badext2' (py3 !)
65 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
66 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
66 67 Traceback (most recent call last): (py3 !)
67 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py3 !)
68 ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !)
69 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
68 70 Traceback (most recent call last): (py3 !)
69 ModuleNotFoundError: No module named 'badext2' (py3 !)
71 ImportError: No module named 'badext2' (py3 no-py36 !)
72 ModuleNotFoundError: No module named 'badext2' (py36 !)
70 73
71 74 names of extensions failed to load can be accessed via extensions.notloaded()
72 75
@@ -108,20 +111,26 b' show traceback for ImportError of hgext.'
108 111 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext.badext2 (No module named *badext2*): trying hgext3rd.badext2 (glob)
109 112 Traceback (most recent call last):
110 113 ImportError: No module named badext2 (no-py3 !)
111 ModuleNotFoundError: No module named 'hgext.badext2' (py3 !)
114 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
115 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
112 116 YYYY/MM/DD HH:MM:SS (PID)> - could not import hgext3rd.badext2 (No module named *badext2*): trying badext2 (glob)
113 117 Traceback (most recent call last):
114 118 ImportError: No module named badext2 (no-py3 !)
115 ModuleNotFoundError: No module named 'hgext.badext2' (py3 !)
119 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
120 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
116 121 Traceback (most recent call last): (py3 !)
117 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py3 !)
122 ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !)
123 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
118 124 *** failed to import extension badext2: No module named *badext2* (glob)
119 125 Traceback (most recent call last):
120 ModuleNotFoundError: No module named 'hgext.badext2' (py3 !)
126 ImportError: No module named 'hgext.badext2' (py3 no-py36 !)
127 ModuleNotFoundError: No module named 'hgext.badext2' (py36 !)
121 128 Traceback (most recent call last): (py3 !)
122 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py3 !)
129 ImportError: No module named 'hgext3rd.badext2' (py3 no-py36 !)
130 ModuleNotFoundError: No module named 'hgext3rd.badext2' (py36 !)
123 131 Traceback (most recent call last): (py3 !)
124 ModuleNotFoundError: No module named 'badext2' (py3 !)
132 ModuleNotFoundError: No module named 'badext2' (py36 !)
133 ImportError: No module named 'badext2' (py3 no-py36 !)
125 134 ImportError: No module named badext2 (no-py3 !)
126 135 YYYY/MM/DD HH:MM:SS (PID)> > loaded 2 extensions, total time * (glob)
127 136 YYYY/MM/DD HH:MM:SS (PID)> - loading configtable attributes
General Comments 0
You need to be logged in to leave comments. Login now