Skip to content

Commit

Permalink
Commented out the process.run type checking verification test
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Allik committed Dec 27, 2012
1 parent 1be8161 commit e4f3d17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spinoff/tests/actor_test.py
Expand Up @@ -2975,11 +2975,11 @@ def receive(self, msg):
##
## PROCESSES

def test_process_run_must_return_a_generator():
with assert_raises(TypeError):
class MyProc(Process):
def run(self):
pass
# def test_process_run_must_return_a_generator():
# with assert_raises(TypeError):
# class MyProc(Process):
# def run(self):
# pass


def test_processes_run_is_called_when_the_process_is_spawned():
Expand Down

0 comments on commit e4f3d17

Please sign in to comment.