Skip to content

Commit

Permalink
feat: add edition test
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Jul 19, 2024
1 parent 203a15f commit fe70088
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tests/test_extended.py

This file was deleted.

16 changes: 16 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,22 @@ def parser():
"channels": "5.1",
"codec": "avc",
"group": "LEGi0N"
}),
("The.Lord.of.the.Rings.The.Fellowship.of.the.Ring.2001.EXTENDED.2160p.UHD.BluRay.x265.10bit.HDR.TrueHD.7.1.Atmos-BOREDOR", {
"title": "The Lord of the Rings The Fellowship of the Ring",
"year": 2001,
"resolution": "4k",
"edition": "Extended Edition",
"languages": [],
"seasons": [],
"episodes": [],
"quality": "BluRay",
"codec": "x265",
"bit_depth": "10bit",
"audio": "7.1 Atmos",
"channels": "7.1",
"hdr": ["HDR"],
"group": "BOREDOR"
})
])
def test_random_releases_parse(parser, release_name, expected):
Expand Down

0 comments on commit fe70088

Please sign in to comment.