Make nose test runner show logging even if tests pass

前端 未结 0 2033
轻奢々
轻奢々 2021-02-12 04:57

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

import unittest
import logging


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


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