feat: project stub for python order utilities

An empty project, with respect to functionality, but one configured with
a test framework, linters, CI integration, etc.

https://app.asana.com/0/836857747873847/839549782781239/f
This commit is contained in:
F. Eugene Aumson
2018-10-10 12:14:20 -04:00
parent f3cba233ad
commit 92fd0a9d24
15 changed files with 364 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
"""Tests of 0x.order_utils.signature_utils.*."""
from zero_ex.order_utils.signature_utils import ec_sign_order_hash
def test_ec_sign_order_hash():
"""Test the signing of order hashes."""
assert ec_sign_order_hash() == "stub return value"