-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- imports
-
Library
imports - aliased
Library
imports -
Resource
imports - don't use
*
imports aka resolve imported keywords (hard)
-
- control flow
- if statements
- for loops
- while loops
- try/except
- fix cli output
- keyword -> function calls
- args
- kwargs
- keyword definitions
- resolve keywords and convert types instead of assuming
str
on everything (hard)
- special cased builtin keywords
-
no operation
->...
-
log
->logger.info
/logger.warn
/etc -
run keyword and ___ error
->try
/except
-
- tags -> markers
- docstrings
- module level (suite)
- package level/init file or whatever (suite)
- keywords
- tests
- variables
- normal
- list
- dict
Metadata
Metadata
Assignees
Labels
No labels