]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commitdiff
doc/README: mention usage and tests.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Sep 2022 11:19:01 +0000 (07:19 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Sep 2022 11:19:01 +0000 (07:19 -0400)
doc/README

index 07e52b3065531876747228e9d50c967a50b0dc8d..c9a7f4abfe96744105a7b6465aaa78b187244735 100644 (file)
@@ -21,6 +21,17 @@ read. The line above gets turned into,
 and surely you agree that this is preferable.
 
 
+== Usage ==
+
+Either,
+
+  $ djbdns-logparse < logfile
+
+or
+
+  $  djbdns-logparse log1 [log2 [log3 ...]]
+
+
 == Requirements ==
 
 There are only two:
@@ -44,3 +55,18 @@ with heavy assistance from Rob Mayoff's documentation:
 
   * https://www.dqd.com/~mayoff/notes/djbdns/tinydns-log.html
   * https://www.dqd.com/~mayoff/notes/djbdns/dnscache-log.html
+
+
+== Tests ==
+
+The (doctest) test suite can be run with either setuptools,
+
+  $ python setup.py test
+
+or using tox,
+
+  $ tox
+
+Or, you can just run them manually:
+
+  $ python -m doctest -v djbdns/*.py