test prime check

    Our FREE site is mostly funded by the Amazon ads ⇓below⇓.

    Support us by clicking ⇑above⇑ next time you plan to buy a product on Amazon.

    """
    Minimalist file that allows pytest to find and run the Test unittest.  For details, see:
    http://doc.pytest.org/en/latest/goodpractices.html#conventions-for-python-test-discovery
    """
    
    from .prime_check import Test
    
    Test()