nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 395 forks source link

Logging datefmt is not working #1043

Open swatisharma023 opened 7 years ago

swatisharma023 commented 7 years ago

I am running tests using this command: nosetests -s -v --logging-datefmt="%(asctime)s" Test_cases\test_calculator.py > curious.log 2>&1 and nosetests -s -v --logging-datefmt="%(asctime)s" Test_cases\test_calculator.py

I dont see any datetime in logs or console.

Seen on nose 1.3.7 version with python 2.7.

Not enough information is provided in the docs on how to use this. A few examples would be useful.