aboutsummaryrefslogtreecommitdiff
path: root/test/img2img_test.py
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-10-29 21:50:06 +0300
committerVladimir Repin <32306715+mezotaken@users.noreply.github.com>2022-10-29 21:50:06 +0300
commitffc5b700c417924a77797fc5e02c219f10d801be (patch)
treec78d0713ce2560241916e976a2edd72c6a24b12b /test/img2img_test.py
parent2f3d8172c3fe80ea64ebe5c797835ca15c2e595f (diff)
extras test template added
Diffstat (limited to 'test/img2img_test.py')
-rw-r--r--test/img2img_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/img2img_test.py b/test/img2img_test.py
index d8ed309d..61e3e285 100644
--- a/test/img2img_test.py
+++ b/test/img2img_test.py
@@ -3,7 +3,7 @@ import requests
from gradio.processing_utils import encode_pil_to_base64
from PIL import Image
-class Img2ImgWorking(unittest.TestCase):
+class TestImg2ImgWorking(unittest.TestCase):
def setUp(self):
self.url_img2img = "http://localhost:7860/sdapi/v1/img2img"
self.simple_img2img = {
@@ -56,4 +56,4 @@ class TestImg2ImgCorrectness(unittest.TestCase):
pass
if __name__ == "__main__":
- unittest.main() \ No newline at end of file
+ unittest.main()