Updated the README to reflect what (little) has been achieved tonight.

This commit is contained in:
Simon Brooke 2014-04-06 00:05:55 +01:00
parent ef6b042d64
commit c969dcdd2d

View file

@ -16,8 +16,7 @@ At this stage, try
(generate-tests <filename>)
It will attempt to read function definitions from the indicated file and generate as Clojure source a set of clojure.test test definitions
for the code passed. Currently the output goes to a file just called 'output'. For example:
It will attempt to read function definitions from the indicated file and generate as Clojure source a set of clojure.test test definitions for the code passed. The output goes into my best guess at the appropriate place. For example:
(deftest
test-write-test
@ -62,7 +61,7 @@ which will read the file at *filename*, presumed to be Clojure source, and write
## License
Copyright © 2014 FIXME
Copyright © 2014 Simon Brooke and others
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.