summaryrefslogtreecommitdiff
path: root/tests/test_history.py
Commit message (Expand)AuthorAgeFilesLines
* Added self.last_result unit tests for the history command.Kevin Van Brunt2021-08-251-9/+54
* Removed obsolete unit testKevin Van Brunt2021-06-141-27/+2
* Added unit tests for History and StatementKevin Van Brunt2021-06-141-0/+97
* Make _run_editor() publicSimon J. Rowe2021-05-141-3/+3
* Replaced some pexcept() calls with perror().Kevin Van Brunt2021-04-021-5/+5
* Fixed issue where HistoryItem indexes were being reusedKevin Van Brunt2021-02-231-107/+74
* Deprecate Python 3.5Todd Leonhardt2021-02-201-13/+3
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-191-1/+4
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-4/+2
|\
| * Merge branch 'master' into 2.0Kevin Van Brunt2021-01-291-1/+12
| |\
| * \ Merge branch 'master' into 2.0Kevin Van Brunt2021-01-221-3/+9
| |\ \
| * | | Updated unit tests for read_input()Kevin Van Brunt2020-09-051-0/+1
* | | | Add in isort changesTodd Leonhardt2021-01-311-15/+47
* | | | Attempt to fix remaining black failuresTodd Leonhardt2021-01-311-2/+12
* | | | Add black for automatic code formatTodd Leonhardt2021-01-311-52/+133
| |_|/ |/| |
* | | Printing error when OSError other than FileNotFoundError occurs when deleting...Kevin Van Brunt2021-01-291-1/+12
| |/ |/|
* | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-3/+9
|/
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-3/+4
* Increased code coverageKevin Van Brunt2019-12-101-11/+17
* do_history no longer calls do_edit since edit is a command that is commonly o...Kevin Van Brunt2019-10-301-14/+3
* Fixed inconsistent parsing/tab completion behavior based on the value of `all...Kevin Van Brunt2019-08-021-1/+0
* Added unit testKevin Van Brunt2019-07-291-0/+21
* Creating directory of persistent history file if it does not existKevin Van Brunt2019-07-291-2/+11
* Increased coverageKevin Van Brunt2019-07-231-5/+10
* Moved the sorting of shortcuts into StatementParser which allows users to pas...Kevin Van Brunt2019-07-161-1/+1
* Added unit testsKevin Van Brunt2019-06-271-7/+20
* Fixed unit testsKevin Van Brunt2019-06-151-1/+1
* Added a unit test for HistoryItem.pr() in the case of non-verbose, non-expand...Todd Leonhardt2019-06-141-0/+12
* Fix history display issuesTodd Leonhardt2019-06-131-0/+31
* Add the -a/--all flag to the history command for showing all commands includi...Todd Leonhardt2019-05-271-3/+75
* Improve unit test coverage for historykotfu2019-05-251-65/+128
* Refactored implementation of HistoryItem.__str__ and added an explicit Histor...Todd Leonhardt2019-05-251-6/+15
* Manually check whether persistent_history_file is a directorykotfu2019-05-251-12/+5
* Another try to fix the appveyor on windows permission issuekotfu2019-05-251-10/+12
* Try and fix an Appveyor permission problemkotfu2019-05-251-1/+6
* Resolve PR feedbackkotfu2019-05-251-8/+5
* Populate readline history from unpickled historykotfu2019-05-241-40/+28
* Refactor HistoryItem to not subclass strkotfu2019-05-241-30/+91
* Cleanup some history testskotfu2019-05-241-7/+3
* Initializing history now detects plaintext or pickle formatkotfu2019-05-241-8/+40
* Simplified a unit testKevin Van Brunt2019-03-201-3/+2
* Fixed unit testKevin Van Brunt2019-03-201-3/+3
* Made run_cmd return out and errKevin Van Brunt2019-03-201-41/+39
* Negative ending history indices include the referenced command, instead of ex...kotfu2019-03-111-5/+5
* Allow both history indices to be negativekotfu2019-03-101-1/+4
* Clean up history commandkotfu2019-03-091-23/+35
* Reworked get() on History classkotfu2019-03-091-8/+30
* Fixed commentsKevin Van Brunt2019-02-261-2/+2
* Fixed unit test which was slow on macOS and hung forever on WindowsTodd Leonhardt2019-02-261-3/+7
* Merged master into history branch and fixed merge conflictsTodd Leonhardt2019-02-261-2/+2