Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-30clar: test chdirEdward Thomson
2015-06-22clar: support hierarchical test resource dataEdward Thomson
Support hierarchical test resource data, such that you can have `tests/resources/foo/bar` and move the `bar` directory in as a fixture. Calling `cl_fixture_sandbox` on a path that is not directly beneath the test resources directory succeeds, placing that directory into the test fixture. (For example, `cl_fixture_sandbox("foo/bar")` will sandbox the `foo/bar` directory as `bar`). Add support for cleaning up directories created this way, by only cleaning up the basename (in this example, `bar`) from the fixture directory.
2014-10-24clar: use a custom temp directory nameEdward Thomson
2014-04-02Clar: skip testsvmg/clar-skip-testVicent Marti
2014-03-28Update clar to 587f88aEdward Thomson
2014-02-01Update to latest clarRussell Belfer
2013-11-15Rename tests-clar to testsBen Straub