libgit2/tests-clay
2011-10-13 23:30:07 +02:00
..
core oid: Add git_oid_streq() which checks if an oid and an hex formatted string are equal 2011-10-13 23:15:11 +02:00
network Make repo config loading automatic or completely explicit 2011-09-27 14:40:56 +02:00
object/tree tree: Add git_tree_frompath() which, given a relative path to a tree entry, retrieves the tree object containing this tree entry 2011-10-13 23:30:07 +02:00
status Backport t18 fixes to Clay 2011-09-19 05:41:25 +03:00
clay tests-clay: update clay 2011-10-07 23:02:02 +02:00
clay_libgit2.h Come out and Clay 2011-09-15 01:12:46 +02:00
clay_main.c tree: Add git_tree_frompath() which, given a relative path to a tree entry, retrieves the tree object containing this tree entry 2011-10-13 23:30:07 +02:00
clay.h tree: Add git_tree_frompath() which, given a relative path to a tree entry, retrieves the tree object containing this tree entry 2011-10-13 23:30:07 +02:00
README.md tests-clay: add a readme file 2011-10-07 23:13:09 +02: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.