That changes some test results intentionally
This commit is contained in:
parent
de6a476d01
commit
649b452714
@ -1,4 +1,4 @@
|
||||
0 1 2
|
||||
0 1 2
|
||||
ValueError: Wrong number of values to unpack (wanted 2, got 2)
|
||||
ValueError: Wrong number of values to unpack (wanted 4, got 3)
|
||||
ValueError('Wrong number of values to unpack (wanted 2, got 2)')
|
||||
ValueError('Wrong number of values to unpack (wanted 4, got 3)')
|
||||
|
@ -1,6 +1,6 @@
|
||||
Imported foo.__init__ as foo
|
||||
<module 'foo' from ...>
|
||||
AttributeError: 'module' object has no attribute 'bar'
|
||||
AttributeError("'module' object has no attribute 'bar'")
|
||||
Imported bar.__init__ as foo.bar
|
||||
imported baz.krk as foo.bar.baz
|
||||
<module 'foo.bar.baz' from ...>
|
||||
@ -14,10 +14,10 @@ This is it!
|
||||
This is it!
|
||||
<module 'foo.bar.baz' from ...>
|
||||
This is it!
|
||||
NameError: Undefined variable 'foo'.
|
||||
NameError("Undefined variable 'foo'.")
|
||||
<module 'foo.bar.baz' from ...>
|
||||
This is it!
|
||||
NameError: Undefined variable 'foo'.
|
||||
NameError("Undefined variable 'foo'.")
|
||||
This is it!
|
||||
NameError: Undefined variable 'qux'.
|
||||
NameError: Undefined variable 'foo'.
|
||||
NameError("Undefined variable 'qux'.")
|
||||
NameError("Undefined variable 'foo'.")
|
||||
|
Loading…
Reference in New Issue
Block a user