aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
2023-12-06Removed changes in some scripts since the arguments for soft painting are no ...CodeHatchling-5/+0
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the fe...CodeHatchling-3/+5
2023-11-28Tweaked default values.CodeHatchling-2/+2
2023-11-28Added slider for detail preservation strength, removed largely needless offse...CodeHatchling-1/+1
2023-11-28Added UI elements to control blending parameters.CodeHatchling-0/+3
2023-08-10avoid importing gradio in tests because it spams warningsAUTOMATIC1111-4/+12
2023-05-19Overhaul tests to use py.testAarni Koskela-296/+243
2023-05-11Reindent utils_test with 4 spacesAarni Koskela-42/+44
2023-03-11test/basic_features/{extras,img2img}_test.py: use absolute pathZhang Hua-6/+10
2023-03-11test/server_poll.py: use absolute path for testZhang Hua-2/+4
2023-02-10Working UniPC (for batch size 1)space-nuko-0/+2
2023-01-21fix failing tests by removing then :^)AUTOMATIC-9/+1
2023-01-10clear envvar, add assertionVladimir Repin-0/+1
2023-01-09add more testsVladimir Repin-9/+49
2023-01-09combine tests together, return set options testVladimir Repin-47/+18
2023-01-09make tests runnable without specifying subdirectoryVladimir Repin-1/+1
2023-01-08remove some code duplicationAUTOMATIC-0/+6
2022-11-19Minor fixesVladimir Repin-14/+0
2022-11-14remove test requiring codeformersVladimir Repin-4/+0
2022-11-14Stop exporting cl args and upload stdout and stderr as artifactsVladimir Repin-16/+16
2022-11-14Use localhost with 80 port, count errors as wellVladimir Repin-17/+17
2022-11-14Propagate test error and try it without localhostVladimir Repin-16/+18
2022-11-14Tests separated for github-actions CIVladimir Repin-13/+58
2022-11-12Tests cleaned upVladimir Repin-13/+16
2022-11-03Add testsBruno Seoane-0/+63
2022-10-30launch tests from launch.py with --tests commandline argumentAUTOMATIC-25/+29
2022-10-29extras test template addedVladimir Repin-2/+31
2022-10-29img2img test template and setUp addedVladimir Repin-55/+106
2022-10-29Testing with API addedVladimir Repin-0/+97