index
:
minishell_test.git
dev
master
package
Test for the minishell school project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2021-03-28
Added doc for end_command_with_linefeed
HEAD
master
Charles Cabergs
2021-03-28
Added end_command_with_linefeed configuration option
1.1.3
Charles Cabergs
2021-03-01
Fixing data files not included
1.1.2
Charles Cabergs
2021-03-01
Added tests for test/captured
Charles Cabergs
2021-03-01
Fixing false positive everywhere bug
1.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 ↵
Charles Cabergs
readthedocs doesn't seem to have an option to clone it
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 ↵
Charles Cabergs
directive
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.0
1.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 ↵
Charles Cabergs
minishell_test's directory
2021-02-11
Fixing #13 - change where sandbox binaries are stored, only create the ↵
Charles Cabergs
binaries if they don't already exist
2021-02-06
Updated tox.ini to test valgrind
package
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 ↵
Charles Cabergs
isinstance)
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 -> ↵
Charles Cabergs
__main__.py for package execution with python -m
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
2021-01-31
Refactoring Result into BaseResult, Result and LeakResult
Charles Cabergs
2021-01-31
Fixing type annotation for python3.6 compatibility
Charles Cabergs
2021-01-31
Fixing some type error, Added travis ci
Charles Cabergs
2021-01-21
Added redirection in env variable test #11
Charles Cabergs
2021-01-11
Removing everything prompt related
Charles Cabergs
2021-01-10
Added fail safe if leak check test timeout
Charles Cabergs
[next]