Fix mock data for CI tests

Fix add missing path in unittest helpers_tests
This commit is contained in:
Prinz23 2023-09-06 00:15:38 +01:00 committed by JackDandy
parent 7ce28b454b
commit f92a6ab78b
23 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
2023-03-08
2023-09-06