| Age | Commit message (Expand) | Author |
| 2021-03-06 | Added test for half of Suitedev | Charles Cabergs |
| 2021-03-06 | Updated tests to use monkeypatch.setattr(Config, attr, value) instead of cust... | Charles Cabergs |
| 2021-03-03 | Added config tests | Charles Cabergs |
| 2021-03-03 | Added test.test.Test tests | Charles Cabergs |
| 2021-03-03 | Added sandbox and colors tests | Charles Cabergs |
| 2021-03-03 | Added test.result.Result tests for edge cases detected by code coverage, Adde... | Charles Cabergs |
| 2021-03-02 | Refactoring test.Test | Charles Cabergs |
| 2021-03-02 | Added Result and ResultLeak tests | Charles Cabergs |
| 2021-03-02 | Refactoring test.result.Result | Charles Cabergs |
| 2021-03-01 | Added tests for test/captured | Charles Cabergs |
| 2021-03-01 | Fixing false positive everywhere bug1.1.1 | Charles Cabergs |
| 2021-03-01 | Added linux documentation | Charles Cabergs |
| 2021-03-01 | Added custom test configuration | Charles Cabergs |
| 2021-03-01 | Added .readthedocs.yml | Charles Cabergs |
| 2021-03-01 | Removed the command-output directive which needed minishell since readthedocs... | Charles Cabergs |
| 2021-03-01 | Added bonus doc, Updated command line options doc | Charles Cabergs |
| 2021-02-28 | Added full config documentation, Splitting original README in multiple doc pages | Charles Cabergs |
| 2021-02-28 | Updated README.rst to generate inline image shields | Charles Cabergs |
| 2021-02-28 | Added manualy built README.md since github doesn't support reST include direc... | Charles Cabergs |
| 2021-02-28 | Merging common content between README.rst and index.rst in gettingstarted.rst | Charles Cabergs |
| 2021-02-28 | Added all hooks tests | Charles Cabergs |
| 2021-02-28 | Refactoring config in a class to have a testable environment | Charles Cabergs |
| 2021-02-27 | Added some test for hooks, Refectoring hooks module | Charles Cabergs |
| 2021-02-27 | Bumping version to 1.1.01.1.0 | Charles Cabergs |
| 2021-02-27 | Merge branch 'config' | Charles Cabergs |
| 2021-02-27 | Added configuration file section/key names check | Charles Cabergs |
| 2021-02-27 | Fixing #10 - bash error line with number 0 or 1 | Charles Cabergs |
| 2021-02-27 | Added make_args and check_error_messages configuration options | Charles Cabergs |
| 2021-02-27 | Fixing #16 - Adding support for custom config file in user directory | Charles Cabergs |
| 2021-02-26 | Added command line argument documentation draft | Charles Cabergs |
| 2021-02-26 | Added docs draft | Charles Cabergs |
| 2021-02-24 | Fixing #17 - Incorporate the try script in the command arguments | Charles Cabergs |
| 2021-02-24 | Updated .travis-ci.yml, disabling osx build | Charles Cabergs |
| 2021-02-24 | Updated README instructions | Charles Cabergs |
| 2021-02-24 | Merge branch 'master' of cacharle.xyz:/srv/git/minishell_test | Charles Cabergs |
| 2021-02-11 | Changed the name of the result file since it's no longer outputed in minishel... | Charles Cabergs |
| 2021-02-11 | Fixing #13 - change where sandbox binaries are stored, only create the binari... | Charles Cabergs |
| 2021-02-06 | Updated tox.ini to test valgrindpackage | Charles Cabergs |
| 2021-02-05 | Added tox.ini | Charles Cabergs |
| 2021-02-05 | Added option to change path to minishell directory (#12) | Charles Cabergs |
| 2021-02-05 | Added installation as a command (#12) | Charles Cabergs |
| 2021-02-05 | Fixing mypy error (Couldn't detect type checking with type, changed to isinst... | Charles Cabergs |
| 2021-02-05 | Refactoring Suite with custom exception instead of print then exit | Charles Cabergs |
| 2021-02-05 | Removing annoying flake8 plugins | Charles Cabergs |
| 2021-02-05 | Changing import statement to support package | Charles Cabergs |
| 2021-02-05 | Renaming src -> minishell_test for package name, Renaming main.py -> __main__... | Charles Cabergs |
| 2021-02-05 | Added a few flake8 plugin | Charles Cabergs |
| 2021-02-04 | Moving preview to imgur, Added package config in setup.cfg | Charles Cabergs |
| 2021-01-31 | Updated travis ci to runs the test on a project to see if the test doesn't crash | Charles Cabergs |
| 2021-01-31 | Fixing typing error | Charles Cabergs |