Mercurial > piecrust2
annotate tests/cli/test_find.chef @ 388:3890353d3e5a 2.0.0a10
setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 15 May 2015 23:41:52 -0700 |
parents | 5f0e5276c7cb |
children |
rev | line source |
---|---|
386
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 args: find |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 out: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 args: find |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
9 pages/foo.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 args: find |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
12 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 posts/2015-01-10_blah.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
16 pages/foo.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
17 posts/2015-01-10_blah.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
18 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
19 args: find foo |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
20 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
21 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
22 pages/bar.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
23 pages/foo/child.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
24 pages/something.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
25 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
26 pages/foo.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
27 pages/foo/child.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
28 --- |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
29 args: find --exact *foo.md |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
30 in: |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
31 pages/foo.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
32 pages/bar.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
33 pages/foo/child.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
34 pages/something.md: '' |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
35 out: | |
5f0e5276c7cb
tests: Add a Chef test for the `find` command.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
36 pages/foo.md |