feat(order_utils.py): ERC721 asset data codec (#1186)

This commit is contained in:
F. Eugene Aumson
2018-10-26 15:13:42 -04:00
committed by GitHub
parent 0f63071696
commit af91a56a55
6 changed files with 153 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ class TestCommandExtension(TestCommand):
"""Invoke pytest."""
import pytest
pytest.main()
exit(pytest.main())
# pylint: disable=too-many-ancestors