mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #388] The Nose unittest library has reached end-of-life #858
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#858
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s-leroux on GitHub (Feb 3, 2020).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/388
From https://nose.readthedocs.io/en/latest/:
Unless there is a strong requirement for Nose features, may I suggest converting the tests to the standard Python unittest library?
@ku1ik commented on GitHub (Oct 2, 2021):
Converting tests to Python's standard library unittest sounds great 👍
@ku1ik commented on GitHub (Feb 20, 2022):
Nose has been replaced with pytest in #445.