def test_get_functions_without_functions(): index = Index() index.parse(build_map()) assert index.get_functions('BankApp', 'Pessoa') == dict()
def test_get_functions(): index = Index() index.parse(build_map()) assert "premio" in index.get_functions('BankApp', 'Conta')