-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #68 Mirror golang namespace structure #70
Closed
stdevKoky
wants to merge
150
commits into
skycoin:develop
from
simelo:stdevKoky_t68_namespace_structure
Closed
Fixes #68 Mirror golang namespace structure #70
stdevKoky
wants to merge
150
commits into
skycoin:develop
from
simelo:stdevKoky_t68_namespace_structure
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…her_address.py ..... [ 41%] tests/test_simple.py ....... [100%] ====================================================== 12 passed in 0.42 seconds ====================================================== _______________________________________________________________ summary _______________________________________________________________ py27: commands succeeded congratulations :)
…tdevKoky89_t7_libpyskycoin_test
…rypto ========================== 21 passed in 12.44 seconds ========================== ___________________________________ summary ____________________________________ py27: commands succeeded py34: commands succeeded py35: commands succeeded py36: commands succeeded py37: commands succeeded congratulations :)
…/simelo/pyskycoin into stdevHan_t7_libpy_test
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…============ 21 passed in 8.74 seconds ===========================
…cipher_address.py .............. [ 30%] tests/test_cipher_crypto.py ......................... [ 84%] tests/test_simple.py ....... [100%] ========================== 46 passed in 27.32 seconds =========================
…================================ 24 passed in 8.23 seconds ======================================================
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…ertest_cipher_address.py .............. [ 28%] tests/test_cipher_crypto.py ........................... [ 82%] tests/test_cipher_scrypt.py .. [ 86%] tests/test_simple.py ....... [100%] ========================== 50 passed in 27.94 seconds ==========================
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…/simelo/pyskycoin into stdevHan_t7_libpy_test
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
problem fixed with python3.7
…2 passed in 18.86 seconds
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…com/simelo/pyskycoin into stdevKoky89_t7_libpyskycoin_test
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…ypto, add field ========================== 64 passed in 29.15 seconds ==========================
…6k1-go2_xyz.py
…com/simelo/pyskycoin into stdevHan_t7_libpy_test
…2_xyz and finish 67 passed in 20.05 seconds
…56xor 121 passed in 42.15 seconds
…test' into stdevHan_t7_libpy_test
…/simelo/pyskycoin into stdevHan_t7_libpy_test
…/simelo/pyskycoin into stdevHan_t7_libpy_test
…est_testsuite_test 124 passed in 56.38 seconds
…skycoin into stdevKoky89_t7_libpyskycoin_test
…/simelo/pyskycoin into stdevHan_t7_libpy_test
…57 passed in 48.95 seconds
…ull/53\#pullrequestreview-148712627 154 passed in 41.69 seconds
…59 passed in 45.16 seconds
wrong approach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #68
Changes:
-Modify makefile
-A structure was added that corresponds to the generated file by swig
-Modified the tests with the new syntax
Does this change need to mentioned in CHANGELOG.md?
No