Skip to content

Commit

Permalink
checkout for key tests only, entrypoints for run only, order by path
Browse files Browse the repository at this point in the history
  • Loading branch information
ruy-dan committed Jul 2, 2024
1 parent 60c34cb commit 2a4a8f9
Showing 1 changed file with 14 additions and 29 deletions.
43 changes: 14 additions & 29 deletions test/05-commands.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ test.todo('pear stage --dry-run --bare --ignore <list> --truncate <n> --name <na
test.todo('pear stage --dry-run --bare --ignore <list> --truncate <n> --name <name> --json <channel> <relative-path>')
test.todo('pear stage pear://<key>')
test.todo('pear stage --json pear://<key>')
test.todo('pear stage pear://<key>/[...entrypoint]')
test.todo('pear stage --json pear://<key>/[...entrypoint]')
test.todo('pear stage --dry-run pear://<key>')
test.todo('pear stage --dry-run --json pear://<key>')
test.todo('pear stage --bare pear://<key>')
Expand All @@ -103,57 +101,44 @@ test.todo('pear seed --name <name> <channel> <relative-path>')
test.todo('pear seed --name <name> --json <channel> <relative-path>')
test.todo('pear seed pear://<key>')
test.todo('pear seed --json pear://<key>')
test.todo('pear seed pear://<key>/[...entrypoint]')
test.todo('pear seed --json pear://<key>/[...entrypoint]')
test.todo('pear seed --seeders <key> pear://<key>')
test.todo('pear seed --seeders <key> --json pear://<key>')
test.todo('pear seed --name <name> pear://<key>')
test.todo('pear seed --name <name> --json pear://<key>')

test.todo('pear run <absolute-path>')
test.todo('pear run <relative-path>')
test.todo('pear run pear://<key>')
test.todo('pear run pear://<key>/[...entrypoint]')
test.todo('pear run file:///absolute/path')
test.todo('pear run pear://<key> --store <path>')
test.todo('pear run pear://<key> --tmp-store')
test.todo('pear run pear://<key> --unsafe-clear-app-storage')
test.todo('pear run pear://<key> --unsafe-clear-preferences')
test.todo('pear run pear://<key> --updates-diff')
test.todo('pear run <relative-path> --tmp-store')
test.todo('pear run <relative-path> --store <relative-path>')
test.todo('pear run <relative-path> --store <absolute-path>')
test.todo('pear run <relative-path> --unsafe-clear-app-storage')
test.todo('pear run <relative-path> --unsafe-clear-preferences')
test.todo('pear run file:///<absolute-path>')
test.todo('pear run pear://<key>')
test.todo('pear run pear://<key>/<entrypoint>')
test.todo('pear run pear://<key> --store <path>')
test.todo('pear run pear://<key> --tmp-store')
test.todo('pear run pear://<key> --unsafe-clear-app-storage')
test.todo('pear run pear://<key> --unsafe-clear-preferences')

test.todo('pear run <relative-path> --updates-diff')
test.todo('pear run <relative-path> --no-updates')
test.todo('pear run <relative-path> --link <url>')
test.skip('pear run <relative-path> --updates-diff --no-updates') // TODO: after task Paparam flag relationships
test.skip('pear run <relative-path> --tmp-store --store <path>') // TODO: after task Paparam flag relationships
test.todo('pear run pear://<key> --updates-diff')
test.todo('pear run pear://<key> --no-updates')
test.todo('pear run pear://<key> --link <url>')
test.todo('pear run pear://<key> --checkout <n>')
test.todo('pear run pear://<key> --checkout release')
test.todo('pear run pear://<key> --checkout staged')
test.todo('pear run <relative-path> --updates-diff')
test.todo('pear run <relative-path> --no-updates')
test.skip('pear run <relative-path> --updates-diff --no-updates') // TODO: after task Paparam flag relationships
test.todo('pear run <relative-path> --link <url>')
test.skip('pear run <relative-path> --tmp-store --store <path>') // TODO: after task Paparam flag relationships
test.todo('pear run <relative-path> --checkout <n>')
test.todo('pear run <relative-path> --checkout release')
test.todo('pear run <relative-path> --checkout staged')
test.todo('pear run <relative-path> --checkout <n> --unsafe-clear-app-storage --unsafe-clear-preferences')
test.todo('pear run pear://<key> --checkout <n> --unsafe-clear-app-storage --unsafe-clear-preferences')

test.todo('pear release <channel> <absolute-path>')
test.todo('pear release <channel> <relative-path>')
test.todo('pear release --json <channel> <relative-path>')
test.todo('pear release --checkout <n> <channel> <relative-path>')
test.todo('pear release --checkout <n> --json <channel> <relative-path>')
test.todo('pear release --checkout staged <channel> <relative-path>')
test.todo('pear release --checkout staged --json <channel> <relative-path>')
test.todo('pear release --checkout release <channel> <relative-path>')
test.todo('pear release --checkout release --json <channel> <relative-path>')
test.todo('pear release pear://<key>')
test.todo('pear release --json pear://<key>')
test.todo('pear release pear://<key>/[...entrypoint]')
test.todo('pear release --json pear://<key>/[...entrypoint]')
test.todo('pear release --checkout <n> pear://<key>')
test.todo('pear release --checkout <n> --json pear://<key>')
test.todo('pear release --checkout staged pear://<key>')
Expand Down

0 comments on commit 2a4a8f9

Please sign in to comment.