Skip to content

Commit

Permalink
Cleaned nose
Browse files Browse the repository at this point in the history
  • Loading branch information
lnauta committed Aug 12, 2024
1 parent e6168d3 commit a41fbe6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_actors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import unittest

from test_mock import MockDB, MockRun
from nose.tools import assert_true, assert_equals


class TestRun(unittest.TestCase):
Expand Down
1 change: 0 additions & 1 deletion tests/test_iterators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from picas.iterators import TaskViewIterator
from test_mock import MockDB
#from nose.tools import assert_equals, assert_true


class TestTask(unittest.TestCase):
Expand Down

0 comments on commit a41fbe6

Please sign in to comment.