dexpect 0.0.2 - very alpha

wobbles via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu May 14 03:00:03 PDT 2015


An early draft of an expect lib in D.

http://code.dlang.org/packages/dexpect

It includes a sample (and naive) binary implementation that can 
read simple expect script files at run time.

I'll be using this in work for automating the testing of a CLI 
we're developing that has to run cross platform. There was no 
easy solution I could find online to do it, so I rolled my own.

There's lots of improvements to be made to this, most notably 
unit testing and a proper script parser to control it.

Will be working on those in the near future.


More information about the Digitalmars-d-announce mailing list