move working tests into block. move difficult tests into difficult block
This commit is contained in:
parent
a3bc43b2d6
commit
de1e0949c0
@ -334,7 +334,6 @@ FNS.update(
|
|||||||
"ext": "cbr",
|
"ext": "cbr",
|
||||||
"issue": "002",
|
"issue": "002",
|
||||||
"series": "Marvel Previews",
|
"series": "Marvel Previews",
|
||||||
"alpha_month": "January",
|
|
||||||
"month": "01",
|
"month": "01",
|
||||||
"year": "2022",
|
"year": "2022",
|
||||||
},
|
},
|
||||||
@ -353,9 +352,15 @@ FNS.update(
|
|||||||
"month": "02",
|
"month": "02",
|
||||||
"day": "24",
|
"day": "24",
|
||||||
},
|
},
|
||||||
}
|
# CT notices that this is a full date, CT doesn't actually return the month or day though just removes it
|
||||||
)
|
"X-Men, 2021-08-04 (#02).cbz": {
|
||||||
LATER = {
|
"ext": "cbz",
|
||||||
|
"issue": "02",
|
||||||
|
"series": "X-Men",
|
||||||
|
"year": "2021",
|
||||||
|
"month": "08",
|
||||||
|
"day": "04",
|
||||||
|
},
|
||||||
# 4 digit issue number
|
# 4 digit issue number
|
||||||
# should this be an issue number if year DONE?.
|
# should this be an issue number if year DONE?.
|
||||||
"action comics 1024.cbz": {
|
"action comics 1024.cbz": {
|
||||||
@ -363,6 +368,9 @@ LATER = {
|
|||||||
"issue": "1024",
|
"issue": "1024",
|
||||||
"series": "action comics",
|
"series": "action comics",
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
)
|
||||||
|
DIFFICULT = {
|
||||||
# I'm not sure there's a right way to parse this. This might also be a madeup filename I don't remember
|
# I'm not sure there's a right way to parse this. This might also be a madeup filename I don't remember
|
||||||
# if a year occurs after another year, and no volume, do volume / year
|
# if a year occurs after another year, and no volume, do volume / year
|
||||||
"Super Strange Yarns (1957) #92 (1969).cbz": {
|
"Super Strange Yarns (1957) #92 (1969).cbz": {
|
||||||
@ -397,11 +405,6 @@ LATER = {
|
|||||||
"year": "2021",
|
"year": "2021",
|
||||||
"volume_count": "06",
|
"volume_count": "06",
|
||||||
},
|
},
|
||||||
}
|
|
||||||
|
|
||||||
# Not examined yet.
|
|
||||||
FNS.update(
|
|
||||||
{
|
|
||||||
# c2c aka "cover to cover" is fairly common and CT moves it to scan_info/remainder
|
# c2c aka "cover to cover" is fairly common and CT moves it to scan_info/remainder
|
||||||
"Marvel Two In One V1 #090 c2c.cbr": {
|
"Marvel Two In One V1 #090 c2c.cbr": {
|
||||||
"ext": "cbr",
|
"ext": "cbr",
|
||||||
@ -418,13 +421,7 @@ FNS.update(
|
|||||||
"title": "digital",
|
"title": "digital",
|
||||||
"publisher": "DC",
|
"publisher": "DC",
|
||||||
"year": "1951",
|
"year": "1951",
|
||||||
},
|
"month": "10",
|
||||||
# CT notices that this is a full date, CT doesn't actually return the month or day though just removes it
|
|
||||||
"X-Men, 2021-08-04 (#02).cbz": {
|
|
||||||
"ext": "cbz",
|
|
||||||
"issue": "02",
|
|
||||||
"series": "X-Men",
|
|
||||||
"year": "2021",
|
|
||||||
},
|
},
|
||||||
# CT treats ':' the same as '-' but here the ':' is attached to 'Now' which CT sees as a title separation
|
# CT treats ':' the same as '-' but here the ':' is attached to 'Now' which CT sees as a title separation
|
||||||
"Cory Doctorow's Futuristic Tales of the Here and Now: Anda's Game #001 (2007).cbz": {
|
"Cory Doctorow's Futuristic Tales of the Here and Now: Anda's Game #001 (2007).cbz": {
|
||||||
@ -442,8 +439,10 @@ FNS.update(
|
|||||||
"year": "2007",
|
"year": "2007",
|
||||||
"issue_count": "",
|
"issue_count": "",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
# FNS.update(LATER)
|
||||||
|
|
||||||
|
|
||||||
WONFIX = {
|
WONFIX = {
|
||||||
# Leading issue number is usually an alternate sequence number
|
# Leading issue number is usually an alternate sequence number
|
||||||
|
Loading…
Reference in New Issue
Block a user