Commit Graph

34 Commits

Author SHA1 Message Date
enenn
f2fa75a4ec Mock ccxt.exchange.has as property instead of method for tests. 2018-02-09 22:43:32 +01:00
enenn
a5f179c18e Write tests for ccxt exceptions 2018-02-09 21:03:38 +01:00
enenn
8e52598da9 Add simple caching to get_ticker and re-enable caching test 2018-02-09 21:03:38 +01:00
enenn
478c3e299e Add exception handling to all exchange functions 2018-02-09 21:03:20 +01:00
enenn
f6cdac7ed6 Add pair argument to get_order and cancel_order, since it is required
by some exchanges.
2018-02-07 20:48:48 +01:00
enenn
ef7b94310e Implement buy/sell function and write tests, and add more detailed
exception handling.
2018-02-07 20:20:47 +01:00
enenn
e6181fee0e Change ticker_interval from integer to string (1m, 5m, 1d, ...) 2018-02-04 19:41:49 +01:00
enenn
567f252eae PEP8, remove unused imports 2018-02-04 14:16:11 +01:00
enenn
5c7d0ff1df Implement get_balance and telegram balance formatting 2018-02-04 13:09:26 +01:00
enenn
b6c173e3f4 Mock fee during testing to 0.0025 2018-02-04 13:08:51 +01:00
enenn
a11c24b286 Replace more bittrex references 2018-02-03 22:44:13 +01:00
enenn
6bd606eb3e Update most of exchange functions and tests for ccxt 2018-02-03 21:28:27 +01:00
enenn
f913b57bbe Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files 2018-02-03 17:19:11 +01:00
enenn
ebd49cade5 Remove bittrex tests 2018-02-03 17:08:50 +01:00
Janne Sinivirta
bb470d0aea
Merge pull request #451 from gcarq/pyup-update-python-bittrex-0.2.2-to-0.3.0
Update python-bittrex to 0.3.0
2018-01-28 11:14:57 +02:00
Samuel Husso
8be94c4af4 remove custom timeout as the latest bittrex package version implemented it 2018-01-28 11:03:19 +02:00
Gerald Lonlas
d824816880 Increase pylint score on test files 2018-01-28 00:28:41 -08:00
kryofly
aec481b6b3 tests: 100% cov bittrex.py 2018-01-22 08:30:00 +01:00
kryofly
e94e6292e9 Merge branch 'develop' into test_coverage 2018-01-20 22:01:03 +01:00
Jean-Baptiste LE STANG
081d3932b6 Fixing bug report #406 + unit test 2018-01-20 14:44:13 +01:00
kryofly
e3088647fc Merge branch 'develop' into test_coverage 2018-01-19 08:40:40 +01:00
kryofly
fc2e8b321f test for bittrex to reach 100% cov again 2018-01-13 14:29:16 +01:00
Jean-Baptiste LE STANG
f7a44d1cec Fixing the ticker analysis with null value 2018-01-13 09:50:02 +01:00
kryofly
05f5a1b0ee Merge branch 'develop' into test_coverage 2018-01-11 19:49:33 +01:00
Janne Sinivirta
02fcbbb6d2 few flake8 fixes 2018-01-11 07:08:56 +02:00
kryofly
ad2328bbd8 tests for exchange 2018-01-10 13:42:58 +01:00
kryofly
b9bf5c1118 test: increase coverage of exchange.bittrex 2018-01-09 14:07:50 +01:00
Jean-Baptiste LE STANG
bba711c89a with flake8 ... 2018-01-07 23:35:16 +01:00
Jean-Baptiste LE STANG
4c8ae3a7af without debug print 2018-01-07 23:15:33 +01:00
Jean-Baptiste LE STANG
f4e4104d14 Fixing unitest 2018-01-07 21:26:43 +01:00
Jean-Baptiste LE STANG
b722a89276 fixing unittest 2018-01-07 21:24:17 +01:00
Jean-Baptiste LE STANG
975a785e68 Add a unitest and fix pep8 2018-01-07 10:14:11 +01:00
Jean-Baptiste LE STANG
75955fcc04 Add a unitest and fix pep8 2018-01-03 17:58:08 +01:00
Gerald Lonlas
e81a9cbb17 Increase code coverage
Change log:
* Increase code coverage for test_exchange.py
* Move Exchange Unit tests files tests/exchange/
* Move RPC Unit tests files tests/rpc/
2017-12-29 23:37:02 -08:00