1. 29 Jun, 2015 1 commit
  2. 22 Jun, 2015 1 commit
    • clar: support hierarchical test resource data · 71686ddc
      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.
      Edward Thomson committed
  3. 24 Oct, 2014 1 commit
  4. 02 Apr, 2014 1 commit
  5. 28 Mar, 2014 1 commit
  6. 31 Jan, 2014 1 commit
  7. 14 Nov, 2013 1 commit