Skip to content

Commit

Permalink
Merge pull request #7916 from ilanschnell/simple-yaml-test
Browse files Browse the repository at this point in the history
add simple yaml test
  • Loading branch information
pradyunsg authored Mar 28, 2020
2 parents 326efa5 + b328a50 commit 720c77a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/yaml/install/simple.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
base:
available:
- simple 0.1.0
- simple 0.2.0
- base 0.1.0; depends dep
- dep 0.1.0

cases:
-
request:
- install: simple
transaction:
- install:
- simple 0.2.0
-
request:
- install: base
transaction:
- install:
- base 0.1.0
- dep 0.1.0

0 comments on commit 720c77a

Please sign in to comment.