Commit graph

14 commits

Author SHA1 Message Date
Simon Brooke ef6b042d64 A huge amount of work, but have not necessarily advanced very far.
Trying to get to the point that this can effectively be called on
other projects, and to be honest I think I'm almost there...
2014-04-06 00:02:57 +01:00
simon adca01416c Minore changes to documentation 2014-04-03 23:25:39 +01:00
simon 0400b3fa4b Now reads clojure source from a file, and emits tests to another file.
Definitely has many inellegances, but is currently generating and passing
tests on itself:
Ran 7 tests containing 114 assertions.
0 failures, 0 errors.
2014-04-03 23:22:24 +01:00
simon f4f114b12e Minor markdown fix. 2014-04-03 08:22:54 +01:00
simon 403d72b89c Fuller documentation in README.md 2014-04-03 08:21:26 +01:00
Simon Brooke 75a35a5043 Generated tests in a dogfood stylee, and added them. They succeed! 2014-04-03 00:27:35 +01:00
Simon Brooke f80627763c Merge branch 'master' of github.com:simon-brooke/testgen
Conflicts:
	src/testgen/core.clj
2014-04-02 22:42:29 +01:00
Simon Brooke da45c7049c Fix small bugs 2014-04-02 21:20:48 +01:00
Simon Brooke 6af03289e5 Generating some reasonably interesting arguments 2014-04-02 21:17:01 +01:00
Chris Ford d5f5b90ab8 Generate tests using detected constants and write-test. 2014-04-02 21:01:24 +01:00
Chris Ford bf29efecb3 Detect constants. 2014-04-02 20:54:11 +01:00
Simon Brooke f65185b963 Now handles things which throw exceptions 2014-04-02 20:51:11 +01:00
Simon Brooke 06f16d561f First function written 2014-04-02 20:10:27 +01:00
Simon Brooke ffc14194f4 New empty project 2014-04-02 19:56:31 +01:00