Perfom python unit tests via a web interface

前端 未结 2 446
-上瘾入骨i
-上瘾入骨i 2021-02-06 07:59

Is it possible to perform unittest tests via a web interface...and if so how?

EDIT: For now I want the results...for the tests I want them to be automa

2条回答
  •  被撕碎了的回忆
    2021-02-06 08:20

    You can use Hudson to schedule the tests to run whenever you check in code. Since Hudson is a web app, you can then see the results via the web (and/or publish them and/or email them to you or your team).

提交回复
热议问题