aboutsummaryrefslogtreecommitdiff
path: root/src/suite/suite.py
AgeCommit message (Collapse)Author
2020-09-12Moved parenthesis and operation in flow, Added sandbox context, Replaced ↵Charles Cabergs
subprocess wait by communicate to avoid dead lock
2020-09-12Added recording, Fixing no autocomplete on exact matchCharles Cabergs
2020-09-12Fixing autocompletion with 0 match, Fixing export singleton with --posixCharles Cabergs
2020-09-12Added suite name autocompletionCharles Cabergs
2020-09-11Added commentsCharles Cabergs
2020-09-11Linting with flake8Charles Cabergs
2020-09-11Added export alone, quote missing and tab in cmd testCharles Cabergs
2020-09-11Added suite group and suite bonus, Added signal (not tested)Charles Cabergs
2020-09-11Refactoring files, splited test.py and suite.py in packagesCharles Cabergs