mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-14 17:05:05 +00:00
Fix mock data for CI tests
Fix add missing path in unittest helpers_tests
This commit is contained in:
parent
7ce28b454b
commit
f92a6ab78b
23 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
### 3.29.5 (2023-09-05 23:40:00 UTC)
|
||||
### 3.29.6 (2023-09-06 00:54:00 UTC)
|
||||
|
||||
* Fix banner url validation for TheTVDb api v3 lib
|
||||
* Fix mock data for CI tests
|
||||
|
||||
|
||||
### 3.29.5 (2023-09-05 23:40:00 UTC)
|
||||
|
||||
* Change allow Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ import unittest
|
|||
import sys
|
||||
import os.path
|
||||
|
||||
sys.path.insert(1, os.path.abspath('..'))
|
||||
sys.path.insert(1, os.path.abspath('../lib'))
|
||||
|
||||
from sickgear import helpers
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
2023-03-08
|
||||
2023-09-06
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue