aboutsummaryrefslogtreecommitdiff
path: root/minishell_test
AgeCommit message (Expand)Author
2021-03-02Added Result and ResultLeak testsCharles Cabergs
2021-03-02Refactoring test.result.ResultCharles Cabergs
2021-03-01Added tests for test/capturedCharles Cabergs
2021-03-01Fixing false positive everywhere bug1.1.1Charles Cabergs
2021-02-28Added all hooks testsCharles Cabergs
2021-02-28Refactoring config in a class to have a testable environmentCharles Cabergs
2021-02-27Added some test for hooks, Refectoring hooks moduleCharles Cabergs
2021-02-27Merge branch 'config'Charles Cabergs
2021-02-27Added configuration file section/key names checkCharles Cabergs
2021-02-27Fixing #10 - bash error line with number 0 or 1Charles Cabergs
2021-02-27Added make_args and check_error_messages configuration optionsCharles Cabergs
2021-02-27Fixing #16 - Adding support for custom config file in user directoryCharles Cabergs
2021-02-26Added command line argument documentation draftCharles Cabergs
2021-02-24Fixing #17 - Incorporate the try script in the command argumentsCharles Cabergs
2021-02-24Updated README instructionsCharles Cabergs
2021-02-24Merge branch 'master' of cacharle.xyz:/srv/git/minishell_testCharles Cabergs
2021-02-11Changed the name of the result file since it's no longer outputed in minishel...Charles Cabergs
2021-02-11Fixing #13 - change where sandbox binaries are stored, only create the binari...Charles Cabergs
2021-02-06Updated tox.ini to test valgrindpackageCharles Cabergs
2021-02-05Added tox.iniCharles Cabergs
2021-02-05Added option to change path to minishell directory (#12)Charles Cabergs
2021-02-05Added installation as a command (#12)Charles Cabergs
2021-02-05Fixing mypy error (Couldn't detect type checking with type, changed to isinst...Charles Cabergs
2021-02-05Refactoring Suite with custom exception instead of print then exitCharles Cabergs
2021-02-05Removing annoying flake8 pluginsCharles Cabergs
2021-02-05Changing import statement to support packageCharles Cabergs
2021-02-05Renaming src -> minishell_test for package name, Renaming main.py -> __main__...Charles Cabergs
2020-09-10Updated README, Added auto buildCharles Cabergs
2020-07-20Fixing mkdir -m= -> -m for MacOSCharles