aboutsummaryrefslogtreecommitdiff
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-11Merge branch 'master' of https://github.com/ggjulio/minishell_test into masterCharles Cabergs
2020-09-11test escape in simple and double quoteggjulio
2020-09-11Merge branch 'master' of https://github.com/ggjulio/minishell_test into masterCharles Cabergs
2020-09-11Added export alone, quote missing and tab in cmd testCharles Cabergs
2020-09-11unset: test bad identifier with @'"0|;&\ggjulio
2020-09-11export: test bad identifier with @'"$!|;&\ggjulio
2020-09-11Added error_line0 hookCharles Cabergs
2020-09-11Added suite prefixed with groupCharles Cabergs
2020-09-11Removed test for variable without exportCharles Cabergs
2020-09-11Added output hook and sort_lines hookCharles 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
2020-09-10Updated README, Added auto buildCharles Cabergs
2020-09-10Added escaped cmd for more explicit test outputCharles Cabergs
2020-09-09Added path testCharles Cabergs
2020-08-28Merge branch 'master' of cacharle.xyz:/srv/git/minishell_test into masterCharles Cabergs
2020-08-28Added edge case preprocessing, export testCharles Cabergs
2020-08-27Fixing timeout false positiveCharles Cabergs
2020-08-19Added preprocessing interpolation/space testsCharles Cabergs
2020-08-19Added exports debug, Removed glob testsCharles Cabergs
2020-07-20Fixing mkdir -m= -> -m for MacOSCharles
2020-07-19Added permission tests on cmd_path, cd builtin and globCharles
2020-07-17Added exit test for atoi parsable inputCharles
2020-07-16Changed bash to sh in cmd_variable testsCharles
2020-07-15Removed not valuable information from log, Added cmd_variable testsCharles
2020-07-15Added error message comparison and basic timeoutCharles
2020-07-13Added cmd variable tests and empty quoteCharles
2020-06-23Added a few builtin/parenthesis testsCharles
2020-06-19Added a few parenthesis testsCharles
2020-06-19Added operator test, Fixing false positive with cd, export and unsetCharles
2020-06-17Added line breaks for too long outputCharles
2020-06-17Added builtin test (false positive until separator are implementedCharles
2020-06-17Putting everything in Test and Suite classCharles
2020-06-17Added Test and Suite classCharles
2020-06-16Added test for interpolation, glob and escapeCharles
2020-06-16Added custom PATH to improve perfomance, Added syntax error testCharles
2020-06-16Better log format, fixing PASS with different filesCharles
2020-06-16Compatibility with python3.5, remove sandbox on keyboard interruptCharles
2020-06-16Spliting into multiple files, added redirection testsCharles
2020-06-16Added file watch and setup commandCharles
2020-06-15Added log, verbose, test suites, summaryCharles
2020-06-15Changing default minishell dir path, Added exit statusCharles
2020-06-15Rewrite in pythonCharles
2020-06-15Added sandboxCharles