Repository URL to install this package:
import unittest as testm class TestScryptCModule(testm.TestCase): def test_import_module(self): """Test importing the _scrypt module.""" import _scrypt self.assertTrue(_scrypt)