Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 07 / 10.mkd
blob28945e49631c9ccffa2a9420d707eacc6da158a9
1 # 2016/07/10
3 ## 01:26
5 I added a Bitbucket mirror also, since eggs are better in multiple baskets.
7 ## 13:20
9 For tests I can have a similar test argument system using some kind of standard
10 form, possibly escaped. This would be used instead of URIs.
12 ## 13:31
14 I actually will need a far better reporting system also. Currently I just have
15 a test checker with a bunch of methods. The testing classes are a bit old and
16 not that powerful. So I suppose before I continue writing the Zip writer
17 tests that I would
19 ## 13:57
21 Rewrite the testing system so that it is much stronger and so I can have actual
22 sub-tests and such. Some tests generate some more information so they are not
23 explicitly binary. There are also some meaningless cases where the values of
24 some tests do not make sense when compared for equality. Thus, I will add
25 specific less than, equal, not equal, etc. conditions.
27 ## 14:08
29 What I can do is have perhaps a per-class configuration for tests which may be
30 used to provide extra functionality perhaps.
32 ## 17:57
34 I need to design a good interface for test information.
36 ## 18:04
38 I would suppose that when it comes to
40 ## 18:10
42 test names I should have individual classes with the correct format and such
43 used for test names.
45 ## 23:36
47 So I suppose there should be a test configuration of sorts and then a result
48 from a given test. Rather, pass the test result storing and have sub-tests
49 and counts. Failure would be a percentage for the most part.