Skip to content

script to convert robot tests to python #133

@DetachHead

Description

@DetachHead
  • 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions