Skip to content

Commit

Permalink
migrate from nose to nose2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin committed Jun 7, 2024
1 parent 20276f9 commit 0de395a
Show file tree
Hide file tree
Showing 59 changed files with 5,166 additions and 5,309 deletions.
5 changes: 1 addition & 4 deletions test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import os

# older nose
# os.system("nosetests --with-coverage --cover-package pyecharts --cover-package .")

# current nose
# nose2
os.system(
"nose2 --with-coverage --coverage pyecharts "
"--coverage-config .coveragerc -s test"
Expand Down
1 change: 0 additions & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
nose
nose2
codecov
coverage
Expand Down
Loading

0 comments on commit 0de395a

Please sign in to comment.