Marcos Douglas B. Santos
                                            Marcos Douglas B. Santos
                                        
                                    @fabriciofx the rule "Test Methods Must Share Nothing" is not 100% right, IMHO. You can share data/code among the tests, but you **cannot** do this in a specific order like...
If there is not conflict (eg. the data is readonly, it's always in the same state), you don't need to use setup() and teardown().
@fabriciofx all right. Feel free to close this issue.
> Any suggestion? Concatenate all results before return the value.
Definitely yes. From Delphi 7 to newest (because it will be compatible anyway). But, AFAIK Delphi already have some [components](http://docwiki.embarcadero.com/Libraries/Rio/en/Data.Cloud.AmazonAPI). Have you tried that?
> I prefer standalone libraries/components since they'll get updated constantly Totally agree.
I've seen some [projects](https://github.com/search?q=paws) named "Paws" and some is related with "Python AWS" :|
Ideias para novas Interfaces: ISESAddressee - Name: string - EMail: string ISESAddressees - Add(Addressee: ISESAddressee) - Item(Index: Integer) - Count: Integer ISESMessage - From(Addressee: ISESAddressee) - Subject(S: string) - Body(Stream:...
@fabriciofx could be anyone. The problem is find the service that supports Object Pascal. See which languages is supported on Travis: https://docs.travis-ci.com/user/languages/ You don't see Object Pascal... but it is...
+1 I think this idea is great.