about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-20 08:53:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-20 08:53:31 -0700
commit192e16b42f1312dde5a23a3907de2af5a46de9a7 (patch)
tree0b2aaea09a6ebbf0c0c3003830372ab0eb30d700
parent88013000fc0445496e1c51ee869a0c36088839e2 (diff)
downloadlines.love-192e16b42f1312dde5a23a3907de2af5a46de9a7.tar.gz
reorg manual tests doc
-rw-r--r--Manual_tests.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 8c2dd30..767d0fc 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -3,7 +3,13 @@ program before it ever runs. However, some things don't have tests yet, either
 because I don't know how to test them or because I've been lazy. I'll at least
 record those here.
 
-### Compromises
+* Initializing settings:
+    - from previous session
+        - Filename as absolute path
+        - Filename as relative path
+    - from defaults
+
+### Other compromises
 
 Lua is dynamically typed. Tests can't patch over lack of type-checking.
 
@@ -27,11 +33,3 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
 * My test harness automatically runs `test_*` methods -- but only at the
   top-level. I wish there was a way to raise warnings if someone defines such
   a function inside a dict somewhere.
-
-### Todo list
-
-* Initializing settings:
-    - from previous session
-        - Filename as absolute path
-        - Filename as relative path
-    - from defaults
h <boothj5@gmail.com> 2015-07-22 22:48:37 +0100 Added id attributes to roster queries' href='/danisanti/profani-tty/commit/tests/functionaltests/test_roster.c?id=f9a7e35001107dcbd3e03f24833478cf869caf5a'>f9a7e350 ^
7f98e013 ^

f9a7e350 ^


7f98e013 ^


f9a7e350 ^






7f98e013 ^


f9a7e350 ^










7f98e013 ^
f9a7e350 ^






7f98e013 ^


f9a7e350 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113