diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-09 13:36:28 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-09 13:36:28 +0300 |
commit | c5efb8159f7bd2aee3aa80412f5c1a3f52f0e812 (patch) | |
tree | 5b650e9a003e08f34874aa3b0529ac358d7c8ec8 /tests/cpydiff | |
parent | b2979023ac049cdd1bb4d66761c3b0648387a1b3 (diff) | |
download | micropython-c5efb8159f7bd2aee3aa80412f5c1a3f52f0e812.tar.gz micropython-c5efb8159f7bd2aee3aa80412f5c1a3f52f0e812.zip |
tests/cpydiff/core_arguments: Move under Functions subsection.
This is the last "orphan" case.
Diffstat (limited to 'tests/cpydiff')
-rw-r--r-- | tests/cpydiff/core_function_argcount.py (renamed from tests/cpydiff/core_arguments.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/core_arguments.py b/tests/cpydiff/core_function_argcount.py index 4734a80627..5f3dca4dcd 100644 --- a/tests/cpydiff/core_arguments.py +++ b/tests/cpydiff/core_function_argcount.py @@ -1,5 +1,5 @@ """ -categories: Core +categories: Core,Functions description: Error messages for methods may display unexpected argument counts cause: MicroPython counts "self" as an argument. workaround: Interpret error messages with the information above in mind. |