Added a test for write_history

This commit is contained in:
Justine
2022-12-07 10:23:46 +01:00
parent e770d7cb18
commit 8a2b1f7cce
2 changed files with 23 additions and 11 deletions

View File

@ -18,7 +18,8 @@ Later, I can even make something useful out of it. For example, I could make it
* Tests for this history system
# Todo
* Other tests for the rest of the features (add test for write_history_line)
* Add a function that gets the path of the history file, rather than copying it every time
* Other tests for the rest of the features
* Add a builtin history command
* Add a builtin !<number> like in bash
* Get some sleep