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
path:
root
/
minishell_test
/
test
Age
Commit message (
Expand
)
Author
2021-03-28
Added end_command_with_linefeed configuration option
1.1.3
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-02-28
Refactoring config in a class to have a testable environment
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-24
Fixing #17 - Incorporate the try script in the command arguments
Charles Cabergs
2021-02-05
Fixing mypy error (Couldn't detect type checking with type, changed to isinst...
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