Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created March 25, 2021 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/9b4b285cfa19d1058713c4c4a6b8dbfc to your computer and use it in GitHub Desktop.
Save oberstet/9b4b285cfa19d1058713c4c4a6b8dbfc to your computer and use it in GitHub Desktop.
https://github.com/crossbario/autobahn-python/pull/1479
(cpy392_1) oberstet@intel-nuci7:~/scm/crossbario/autobahn-python$ make test_wamp_scram
USE_ASYNCIO=1 trial autobahn.wamp.test.test_wamp_scram
autobahn.wamp.test.test_wamp_scram
TestKey
test_derive_scram_credential ... [OK]
-------------------------------------------------------------------------------
Ran 1 tests in 2.641s
PASSED (successes=1)
USE_TWISTED=1 trial autobahn.wamp.test.test_wamp_scram
autobahn.wamp.test.test_wamp_scram
TestKey
test_derive_scram_credential ... [OK]
-------------------------------------------------------------------------------
Ran 1 tests in 2.615s
PASSED (successes=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment