def test_nb_args(self):
        """Should have 1 arg."""
        typo, good = '1, 2', '1'
        func_code = func_gen(param='a', args='{0}')
        meth_code = meth_gen(param='self, a', args='{0}')