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-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
2021-01-10
Merge branch 'master' of github.com:cacharle/minishell_test
Charles Cabergs
2021-01-10
Fixing valgrind parsing buf, some version of valgrind don't contain the ↵
Charles Cabergs
definitve leak count when there aren't any
2021-01-02
Update README.md
cacharle
2020-12-14
Removing environment variable truncation #9
Charles Cabergs
2020-11-28
Added builtin case insensitive test #5, Added exit should exit on argument ↵
Charles Cabergs
error test
2020-11-28
Added test for $_ #7
Charles Cabergs
2020-11-26
Added export singleton with \ and $ characters
Charles Cabergs
2020-11-25
#6 Added special characters field split and should_not_be hook, to avoid ↵
Charles Cabergs
error message
2020-11-25
Added try script instead of it being in the README
Charles Cabergs
2020-11-13
Update README.md
cacharle
2020-11-10
Added redirection precedence on pipe test
Charles Cabergs
2020-11-06
Added environment variable explaination in README
Charles Cabergs
2020-10-29
Added echo edge case
Charles Cabergs
2020-10-28
Create LICENSE
cacharle
2020-10-24
Fixing non explicit result on export without arguments
Charles Cabergs
2020-10-15
Added append tests
Charles Cabergs
2020-10-15
Added empty cd with HOME set
Charles Cabergs
[next]