extras test template added

This commit is contained in:
Vladimir Repin
2022-10-29 21:50:06 +03:00
parent 2f3d8172c3
commit ffc5b700c4
2 changed files with 31 additions and 2 deletions

View File

@@ -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()
unittest.main()