Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
SickRage
Commits
0773dc29
Commit
0773dc29
authored
Jun 22, 2015
by
Dustyn Gibson
Browse files
Options
Downloads
Patches
Plain Diff
Missed import
parent
eee6f4ea
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
sickbeard/providers/newznab.py
+1
-0
1 addition, 0 deletions
sickbeard/providers/newznab.py
tests/snatch_tests.py
+1
-1
1 addition, 1 deletion
tests/snatch_tests.py
with
2 additions
and
1 deletion
sickbeard/providers/newznab.py
+
1
−
0
View file @
0773dc29
...
@@ -20,6 +20,7 @@ import urllib
...
@@ -20,6 +20,7 @@ import urllib
import
time
import
time
import
datetime
import
datetime
import
os
import
os
import
re
import
sickbeard
import
sickbeard
import
generic
import
generic
...
...
This diff is collapsed.
Click to expand it.
tests/snatch_tests.py
+
1
−
1
View file @
0773dc29
...
@@ -83,7 +83,7 @@ def test_generator(tvdbdid, show_name, curData, forceSearch):
...
@@ -83,7 +83,7 @@ def test_generator(tvdbdid, show_name, curData, forceSearch):
episode
.
status
=
c
.
WANTED
episode
.
status
=
c
.
WANTED
episode
.
saveToDB
()
episode
.
saveToDB
()
bestResult
=
search
.
searchProviders
(
show
,
episode
.
season
,
episode
.
episode
,
forceSearch
)
bestResult
=
search
.
searchProviders
(
show
,
episode
.
episode
,
forceSearch
)
if
not
bestResult
:
if
not
bestResult
:
self
.
assertEqual
(
curData
[
"
b
"
],
bestResult
)
self
.
assertEqual
(
curData
[
"
b
"
],
bestResult
)
self
.
assertEqual
(
curData
[
"
b
"
],
bestResult
.
name
)
#first is expected, second is choosen one
self
.
assertEqual
(
curData
[
"
b
"
],
bestResult
.
name
)
#first is expected, second is choosen one
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment