-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test cases for seeder and leecher
- Loading branch information
1 parent
c5e031a
commit 18cb635
Showing
4 changed files
with
28 additions
and
0 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
12 changes: 12 additions & 0 deletions
12
pytest/test_strategies/cases/max_seeder/test_max_seeder.yml
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
test: | ||
max_seeder: 10 | ||
remove: | ||
- Torrent - 3 | ||
- Torrent - 5 | ||
- Torrent - 6 | ||
- Torrent - 7 | ||
- Torrent - 8 | ||
- Torrent - 10 | ||
- Torrent - 13 | ||
- Torrent - 14 | ||
- Torrent - 16 |
10 changes: 10 additions & 0 deletions
10
pytest/test_strategies/cases/min_leecher/test_min_leecher.yml
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
test: | ||
min_leecher: 10 | ||
remove: | ||
- Torrent - 4 | ||
- Torrent - 5 | ||
- Torrent - 7 | ||
- Torrent - 8 | ||
- Torrent - 9 | ||
- Torrent - 13 | ||
- Torrent - 14 |
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