summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--test/oldtests/i_validation_cases.txt (renamed from test/testcases/i_validation_cases.txt)0
-rw-r--r--test/oldtests/smode_cases.txt (renamed from test/testcases/smode_cases.txt)0
-rw-r--r--test/oldtests/smode_cases2.txt (renamed from test/testcases/smode_cases2.txt)0
-rw-r--r--test/testcases/version2cases.txt8
5 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index 313e77a..e4785b5 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ TODO list. This is mostly so i can plan more granularly and remember small stuff
This is not my overall big planning board. (1 highest prio, 10 lowest)
1 - Perform full test of the whole program.
-2 - Re-write Makefile to make it easier
2 - Add some quality of life features
3 - Re-write new_line and remove_line_contents for better performance. (They are very inefficient)
4 - Not really a TODO point but more of an observation and a realisation i have made. I could have just used regex to do the validation of my commands. How about that... Well im too far in (sunk cost fallacy or whatever its called).
diff --git a/test/testcases/i_validation_cases.txt b/test/oldtests/i_validation_cases.txt
index e437511..e437511 100644
--- a/test/testcases/i_validation_cases.txt
+++ b/test/oldtests/i_validation_cases.txt
diff --git a/test/testcases/smode_cases.txt b/test/oldtests/smode_cases.txt
index 57f7e41..57f7e41 100644
--- a/test/testcases/smode_cases.txt
+++ b/test/oldtests/smode_cases.txt
diff --git a/test/testcases/smode_cases2.txt b/test/oldtests/smode_cases2.txt
index dde7b88..dde7b88 100644
--- a/test/testcases/smode_cases2.txt
+++ b/test/oldtests/smode_cases2.txt
diff --git a/test/testcases/version2cases.txt b/test/testcases/version2cases.txt
new file mode 100644
index 0000000..6982e17
--- /dev/null
+++ b/test/testcases/version2cases.txt
@@ -0,0 +1,8 @@
+Not gonna make any test cases. The plan right now is to go through ALL
+functionality with an exploratory type of testing.
+
+General things to test:
+- Entry to the program -v and -i
+- Most basic usage of COMMANDS
+- Use commands with + and numbers.
+- See how the program handles permissions