libgit2/tests-clay
2011-11-18 02:35:45 +01:00
..
config clay: Bump to 0.9.0, add TAP support 2011-11-18 01:40:35 +01:00
core Merge pull request #456 from brodie/perm-fixes 2011-10-28 19:04:23 -07:00
index Add test for renaming a file and adding it to the index 2011-11-18 02:35:45 +01:00
network Make repo config loading automatic or completely explicit 2011-09-27 14:40:56 +02:00
object Rename git_tree_frompath to git_tree_get_subtree 2011-11-18 01:40:35 +01:00
status Implement p_rename 2011-11-07 20:34:27 +01:00
clay clay: Bump to 0.9.0, add TAP support 2011-11-18 01:40:35 +01:00
clay_libgit2.h clay: Bump to 0.9.0, add TAP support 2011-11-18 01:40:35 +01:00
clay_main.c Add test for renaming a file and adding it to the index 2011-11-18 02:35:45 +01:00
clay.h Add test for renaming a file and adding it to the index 2011-11-18 02:35:45 +01:00
README.md Fix docs about the command to mix the clay tests 2011-11-16 10:22:13 -08:00

Writing Clay tests for libgit2

For information on the Clay testing framework and a detailed introduction please visit:

https://github.com/tanoku/clay

  • Write your modules and tests. Use good, meaningful names.

  • Mix the tests:

      ./clay .
    
  • Make sure you actually build the tests by setting:

      BUILD_CLAY=ON
    
  • Test:

      ./build/libgit2_clay
    
  • Make sure everything is fine.

  • Send your pull request. That's it.