M
M
mkone1122020-12-27 06:43:24
Django
mkone112, 2020-12-27 06:43:24

Preferred test-runner for Django?

So far I'm leaning towards pytest, but there are a lot of alternatives (unittest, nose2, django test runner, ), and everyone has a lot of opponents.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2020-12-27
@mkone112

Basically, everything except pytest and unittest is dead. And django test runner is unittest. Therefore, choose between pytest and unittest. pytest has a bunch of goodies over unittest.

D
Dr. Bacon, 2020-12-27
@bacon

There is no "preferred". Whoever likes it, then use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question