Haiyuan Zhang
Haiyuan Zhang

Reputation: 42752

good automation testing tool based on python's unittest

I'm looking for a good open sourced automation testing tool using python's unittest, which can be followed as a "formal pattern" of writing a similar tool.

Upvotes: 0

Views: 187

Answers (1)

Demian Brecht
Demian Brecht

Reputation: 21368

Although I haven't integrated it into my own personal workflow, I know of quite a number of developers who swear by Jenkins. Source is available on Github.

Upvotes: 1

Related Questions