aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* avoid importing gradio in tests because it spams warningsAUTOMATIC11112023-08-101-4/+12
* Overhaul tests to use py.testAarni Koskela2023-05-1911-296/+243
* Reindent utils_test with 4 spacesAarni Koskela2023-05-111-42/+44
* test/basic_features/{extras,img2img}_test.py: use absolute pathZhang Hua2023-03-112-6/+10
* test/server_poll.py: use absolute path for testZhang Hua2023-03-111-2/+4
* Working UniPC (for batch size 1)space-nuko2023-02-101-0/+2
* fix failing tests by removing then :^)AUTOMATIC2023-01-211-9/+1
* clear envvar, add assertionVladimir Repin2023-01-101-0/+1
* add more testsVladimir Repin2023-01-094-9/+49
* combine tests together, return set options testVladimir Repin2023-01-095-47/+18
* make tests runnable without specifying subdirectoryVladimir Repin2023-01-091-1/+1
* remove some code duplicationAUTOMATIC2023-01-081-0/+6
* Minor fixesVladimir Repin2022-11-191-14/+0
* remove test requiring codeformersVladimir Repin2022-11-141-4/+0
* Stop exporting cl args and upload stdout and stderr as artifactsVladimir Repin2022-11-146-16/+16
* Use localhost with 80 port, count errors as wellVladimir Repin2022-11-146-17/+17
* Propagate test error and try it without localhostVladimir Repin2022-11-146-16/+18
* Tests separated for github-actions CIVladimir Repin2022-11-148-13/+58
* Tests cleaned upVladimir Repin2022-11-124-13/+16
* Add testsBruno Seoane2022-11-031-0/+63
* launch tests from launch.py with --tests commandline argumentAUTOMATIC2022-10-304-25/+29
* extras test template addedVladimir Repin2022-10-292-2/+31
* img2img test template and setUp addedVladimir Repin2022-10-295-55/+106
* Testing with API addedVladimir Repin2022-10-293-0/+97