Andreas Schröpfer
Andreas Schröpfer
@apaganobeleno if you need some help, just let me know.
@apaganobeleno yes of course. I would love to help out here.
@markbates I would make the tests analog to the todo app. The tests will also use `ActionSuite` like here: https://github.com/gobuffalo/toodo/blob/master/actions/todos_test.go
The test generator is almost ready. But when I run the tests I receive always return code 500. I think I need a little help to understand why. The template...
@stanislas-m thanks. CSRF was the missing link I didn't see. But that issue is more a `gobuffalo/suite` issue then a generator thing ([look here](https://github.com/gobuffalo/suite/blob/master/suite.go#L41))? Or am I wrong?
@stanislas-m thank you. I had the same thoughts about this. A possible fix here would be to deactivate CSRF middleware inside the `action_test.go` file. But I think that this would...
Running the go tests generates just 2 errors. Both are inside confi/save_test.go > > --- FAIL: TestSaveAll (0.00s) > save_test.go:52: rename C:\Users\SCHROE~1\AppData\Local\Temp\.status.zip C:\Users\ME\AppData\Local\Temp\status.zip: Der Prozess kann nicht auf > die...
@apaganobeleno if you need some help, just let me know.
@apaganobeleno yes of course. I would love to help out here.
@markbates I would make the tests analog to the todo app. The tests will also use `ActionSuite` like here: https://github.com/gobuffalo/toodo/blob/master/actions/todos_test.go