Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scrypt / scrypt / tests / test_scrypt_c_module.py
Size: Mime:
import unittest as testm


class TestScryptCModule(testm.TestCase):
    def test_import_module(self):
        """Test importing the _scrypt module."""

        import _scrypt

        self.assertTrue(_scrypt)