aboutsummaryrefslogtreecommitdiffstats
path: root/pig/tests/test_filter_cdx.py
blob: 897f1f9403ca031886b71cc5fb274d2543890412 (plain)
1
2
3
4
5
6
7
8
9

import os
import unittest
from pighelper import PigTestHelper

class TestFilterCDX(PigTestHelper):

    def test_thing(self):
        self.run_pig("filter-cdx-ps.pig", "tests/files/example.cdx")