1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Updated nose -python description (nose is deprecated now) (#7443)

* Update nose@SSnzpijHLO5_l7DNEoMfx.md  

As nose is deprecated and not actively maintained the information is added to this page.

* Update src/data/roadmaps/python/content/nose@SSnzpijHLO5_l7DNEoMfx.md

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
Moulishwaran Balaji
2024-10-14 10:02:34 +01:00
committed by GitHub
parent 426766f261
commit 566210ace5

View File

@@ -1,6 +1,6 @@
# Nose
Nose is another opensource testing framework that extends `unittest` to provide a more flexible testing framework.
Nose is another opensource testing framework that extends `unittest` to provide a more flexible testing framework. Note that Nose is no longer maintained and `pytest` is considered the replacement.
Visit the following resources to learn more: