laffra / auger

Automated Unittest Generation for Python
MIT License
198 stars 27 forks source link

Issue with code generation running simple example #24

Open yesidavella opened 5 years ago

yesidavella commented 5 years ago

I followed exactly (copy - paste) the steps given in the readme.md. To be specific these ones:

  1. A Simple Example
  2. Running Auger on our Simple Example

And I got this as result: auger problem Once that =<testing.Foo.foo..... is deleted, it worked perfectly.

Regards.

NextDesign1 commented 5 years ago

If you are using Python 3, this would seem to be a duplicate of #22.