summaryrefslogtreecommitdiffstats
path: root/tests/unittests/command_parse/test_hll_parse.py
blob: b139eedd6dfe3c0796c95ad6daffe809722e2324 (plain)
1
2
3
4
5
def test_pfmerge(judge_command):
    judge_command(
        "PFMERGE hll3 hll1 hll2",
        {"command": "PFMERGE", "newkey": "hll3", "keys": "hll1 hll2"},
    )