xmatthias
2b099a89e4
fix styling issues
2018-06-17 23:38:07 +02:00
xmatthias
6e6ec969eb
cleanup mockings
2018-06-17 23:38:07 +02:00
xmatthias
e194af8d25
Streamline validate_pair patching
2018-06-17 23:38:07 +02:00
xmatthias
ace5198475
fix optimize tests
2018-06-17 23:38:07 +02:00
xmatthias
52d36c33cf
fix optimie test
2018-06-17 23:38:07 +02:00
xmatthias
251f7db3ca
require exchange object to delete pairs
2018-06-17 23:38:07 +02:00
xmatthias
c83e8b7cb5
fix rpc_test
2018-06-17 23:38:07 +02:00
xmatthias
64e09f74a1
fix rpc tests
2018-06-17 23:38:07 +02:00
xmatthias
63b568989a
Fix rpc for exchange objectify
2018-06-17 23:38:07 +02:00
xmatthias
975b42caa3
fix tests for exchange objectify
2018-06-17 23:38:07 +02:00
xmatthias
75d02df60d
add exchange to call get_singal
2018-06-17 23:38:07 +02:00
xmatthias
082b6077e9
Fix tests analyze
2018-06-17 23:38:07 +02:00
xmatthias
e8ab76f55b
fix small in tests
2018-06-17 23:38:07 +02:00
xmatthias
495f15f13c
fix exchange tests
2018-06-17 23:38:07 +02:00
xmatthias
68f6423d39
fix most tests
2018-06-17 23:38:07 +02:00
xmatthias
67d345bc08
fix tests for objectify exchange
2018-06-17 23:38:07 +02:00
xmatthias
a159db6863
get_exchange
2018-06-17 23:38:07 +02:00
xmatthias
dea26fadfe
move init_ccxt to class
2018-06-17 23:38:07 +02:00
xmatthias
21edcbdc27
Refactor exchange to class
2018-06-17 23:38:07 +02:00
Janne Sinivirta
e3c91df081
Merge pull request #926 from freqtrade/pyup-scheduled-update-2018-06-17
...
Scheduled daily dependency update on sunday
2018-06-17 16:08:54 +03:00
Janne Sinivirta
c608f1e21e
Merge pull request #923 from freqtrade/fix_test_hyperopt
...
fix hyperopt test when no config.json exists
2018-06-17 16:07:57 +03:00
pyup-bot
fef267a0dc
Update ccxt from 1.14.201 to 1.14.202
2018-06-17 14:23:05 +02:00
Michael Egger
5ce2071279
Merge pull request #925 from freqtrade/increase_test_cov_configuration
...
increase test-coverate for configuration
2018-06-17 13:19:16 +02:00
xmatthias
ad0549414b
Revert "also unit tests now need config.json"
...
This reverts commit 7e2e7946c5
.
2018-06-17 11:34:12 +02:00
Janne Sinivirta
c6cc9ae29d
Merge pull request #922 from freqtrade/fix_fiat_test
...
Fix fiat_convert missing mockups
2018-06-17 08:52:03 +03:00
xmatthias
90a7fb603d
fix typo in coverage-omit
2018-06-16 21:28:41 +02:00
xmatthias
7cfd99d17f
exclude __main__.py from coveralls -
...
if __name__ == '__main__' is close to untestable - and should do nothing
other than calling another function.
2018-06-16 21:00:45 +02:00
xmatthias
972736f0ab
increase test-coverate for configureation
2018-06-16 20:55:35 +02:00
Matthias
934974a547
Merge pull request #924 from freqtrade/pyup-scheduled-update-2018-06-16
...
Scheduled daily dependency update on saturday
2018-06-16 16:14:34 +02:00
pyup-bot
17801871b1
Update ccxt from 1.14.198 to 1.14.201
2018-06-16 14:23:06 +02:00
xmatthias
7564f7e526
fix hyperopt test when no config.json exists
2018-06-16 13:49:03 +02:00
xmatthias
fa00157d12
Fix fiat_convert missing mockups
2018-06-16 13:42:25 +02:00
Matthias
a5511e2e30
Merge pull request #894 from freqtrade/feature/force_close_backtest
...
Display open trades after backtest period
2018-06-16 12:49:08 +02:00
Janne Sinivirta
0347ce21fd
Merge pull request #920 from freqtrade/hyperopt-strip
...
Remove mongodb from Hyperopt
2018-06-16 10:33:44 +03:00
Janne Sinivirta
7e2e7946c5
also unit tests now need config.json
2018-06-16 09:09:28 +03:00
Janne Sinivirta
0c85febe76
remove all mongodb related code
2018-06-16 09:09:28 +03:00
Janne Sinivirta
c1f8f641e6
remove use of hyperopt_conf.py
2018-06-16 09:09:28 +03:00
pyup-bot
af16830a38
Update requests from 2.19.0 to 2.19.1
2018-06-16 09:09:28 +03:00
pyup-bot
a8d25266f9
Update ccxt from 1.14.196 to 1.14.198
2018-06-16 09:09:28 +03:00
Matthias
b78b9dccc8
Merge pull request #919 from freqtrade/pyup-scheduled-update-2018-06-15
...
Scheduled daily dependency update on friday
2018-06-15 14:51:54 +02:00
pyup-bot
e8fd11d6ce
Update requests from 2.19.0 to 2.19.1
2018-06-15 14:23:08 +02:00
pyup-bot
1e208e39b0
Update ccxt from 1.14.196 to 1.14.198
2018-06-15 14:23:07 +02:00
creslinux
05226f6def
Moved from decorators to app.add_url_rule
...
This has the benefit of creating a label which may be helpful if later
refactoring.
This change misses the main thrust of requests from both Gcarq and Shusso to
better layout the code
Im running into a challenge with 'self' not being available, or able to be
passed in either to decorators or view_func
This may simply be how I've instantiated an RPC in the wuperwrap or im within a thread
- my very limited exposure to programming is at play! After moving code around
lots of ways to no success and google not being helpful im committing for further feeback
2018-06-15 09:14:17 +00:00
creslinux
7f46411966
Merge remote-tracking branch 'origin/flask_rest' into flask_rest
2018-06-14 20:21:42 +00:00
creslinux
40db83c24c
Added json validation of formats to check IPv4
...
refactored files and calls to be api_server
worked down satisfying review comments of last commit
2018-06-14 20:19:15 +00:00
xmatthias
5c3e37412e
update docs
2018-06-14 21:20:16 +02:00
Michael Egger
f21ef07910
Merge branch 'develop' into flask_rest
2018-06-14 18:10:04 +02:00
creslinux
7caf8a46d4
Updated
...
Stop and start calls added
Along with refactoring to base line and use decorators.
Also modules loaded optionally if enabled in config or not
binds to ip / port set from config.json with warning if not localhost
TODO:
- use argparse in client, and generally clean client up
- create unit test
- documentation
- extend to other RCP commands, after feedback
2018-06-14 15:44:52 +00:00
creslinux
9bbc186b16
Updated
...
Stop and start calls added
Along with refactoring to base line and use decorators.
Also modules loaded optionally if enabled in config or not
binds to ip / port set from config.json with warning if not localhost
TODO:
- use argparse in client, and generally clean client up
- create unit test
- documentation
- extend to other RCP commands, after feedback
2018-06-14 15:44:12 +00:00
creslinux
c2742f0b01
Merge remote-tracking branch 'origin/flask_rest' into flask_rest
2018-06-14 15:41:32 +00:00