TDD, github and travis-CI for gtk application

Hello,

Is there anybody which have exemple of

  • test unit of gtk application ?
  • continuous integration with travis-ci of gtk application ?

thank-you,
Regis

I’ve done some work with TDD and GTK but not travis.

Take a look at GitHub - PhilT/gtk_sandbox: A suite of single file apps that exercise the various aspects of GTK including testing and loading layouts using YAML (layout.rb+layout.yml) for a simple
minitest example and GitHub - PhilT/merrol: Minimalist Editor for Ruby, Rails and Other Languages for some rspec
action.

Ask if you have any questions.

HTH.

Phil

Phil T. wrote in post #1055044:

Take a look at GitHub - PhilT/gtk_sandbox: A suite of single file apps that exercise the various aspects of GTK including testing and loading layouts using YAML (layout.rb+layout.yml)

‘specing.rb’ seem very interesting, I will try to understand…

All this resources will give me some materials for my little Ruiby
framework !

than-you,
Regis