-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c7fbef
commit a3816f6
Showing
7 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[0] | ||
UpDep = "000eeb74-f857-587a-a816-be5685e97e75" | ||
DownDep = "000eeb74-f857-587a-a816-be5685e97e75" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
["0.1-0"] | ||
UpDep = "000eeb74-f857-587a-a816-be5685e97e75" | ||
DownDep = "000eeb74-f857-587a-a816-be5685e97e75" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
["1"] | ||
UpDep = "000eeb74-f857-587a-a816-be5685e97e75" | ||
DownDep = "000eeb74-f857-587a-a816-be5685e97e75" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
["0-0.1"] | ||
UpDep = "000eeb74-f857-587a-a816-be5685e97e75" | ||
DownDep = "000eeb74-f857-587a-a816-be5685e97e75" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
## Creating test cases | ||
When adding test cases please create another test case in any existing registry. | ||
Include a `Deps.toml` and `Versions.toml` files to specify when a package has been dependent | ||
Include `Deps.toml` and `Versions.toml` files to specify when a package has been dependent | ||
on another. | ||
|
||
|
||
## Overview of Cases | ||
|
||
### Case1 | ||
Single patch pre-1.0 release that has always been dependent on `UpDep`. | ||
Single patch pre-1.0 release that has always been dependent on `DownDep`. | ||
|
||
### Case2 | ||
Single minor pre-1.0 release that has always been dependent on `UpDep`. | ||
Single minor pre-1.0 release that has always been dependent on `DownDep`. | ||
|
||
### Case3 | ||
Single post-1.0 release that is dependent on `UpDep`. | ||
Single post-1.0 release that is dependent on `DownDep`. | ||
|
||
### Case4 | ||
Two releases where `UpDep` was previously a depdenency and no longer is. | ||
Two releases where `DownDep` was previously a depdenency and no longer is. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters