(self)
| 152 | assert Signature('C') in x.options['link'] |
| 153 | |
| 154 | def test_json(self): |
| 155 | x = Signature('TASK', link=Signature('B', app=self.app), app=self.app) |
| 156 | assert x.__json__() == dict(x) |
| 157 | |
| 158 | @pytest.mark.usefixtures('depends_on_current_app') |
| 159 | def test_reduce(self): |