#!/usr/bin/env python
import unittest

from .converttest import PB2ConvertTest

if __name__ == '__main__':
    unittest.main()
