Make nose test runner show logging even if tests pass

前端 未结 0 952
小鲜肉
小鲜肉 2021-02-12 05:07

I am using nosetests test.py to run unit tests:

import unittest
import logging


class Test(unittest.TestCase):
    def test_pass(self):
        log         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题