Files
Pierre-Marie de Rodat ecc00adbcd python_api/import_argcount: new testcase
TN: S306-037
2019-03-12 12:53:12 +01:00

10 lines
369 B
Plaintext

main.py: Running...
Trying to call with [] and {}...
Success
Trying to call with ['hello'] and {}...
Got a TypeError exception: foo_get_last_exception takes 0 positional arguments but 1 was given
Trying to call with [] and {'hello': 'world'}...
Got a TypeError exception: foo_get_last_exception takes 0 positional arguments but 1 was given
main.py: Done.
Done