Matthias
|
b92c6cdf35
|
Cleanup arguments and test_arguments
|
2019-06-24 20:10:50 +02:00 |
|
Matthias
|
ba7a0dde06
|
Use build_args for download script
|
2019-06-24 20:08:17 +02:00 |
|
Matthias
|
7166674d6c
|
Move check_int_positive out of arguments class
|
2019-06-24 19:55:16 +02:00 |
|
Matthias
|
db17b20e26
|
Don't require pairs but fall back to pair_whitelist instead
|
2019-06-21 20:21:03 +02:00 |
|
Matthias
|
a581ca66bf
|
Adapt test after merging develop
|
2019-06-21 19:31:18 +02:00 |
|
Matthias
|
5d6819bb28
|
Merge branch 'develop' into feat/plot_module
|
2019-06-21 19:28:38 +02:00 |
|
hroff-1902
|
860e056366
|
--datadir is now handled in arguments.common_options()
|
2019-06-19 02:49:12 +03:00 |
|
hroff-1902
|
8c40a406b6
|
arguments cleanup
|
2019-06-19 01:53:38 +03:00 |
|
Matthias
|
3f04930f38
|
Require pairs argument
|
2019-06-16 19:35:21 +02:00 |
|
Matthias
|
0300128cb8
|
Move plot-options to arguments.py
|
2019-06-16 19:35:15 +02:00 |
|
hroff-1902
|
fb88953be3
|
refactoring download_backtest_data.py
|
2019-05-29 21:57:14 +03:00 |
|
Matthias
|
469c0b6a55
|
Adjust check_int_positive tests
|
2019-05-25 13:16:00 +02:00 |
|
Matthias
|
7bbe8b2483
|
Add a few more testcases for check_int_positive
|
2019-05-24 06:22:27 +02:00 |
|
Matthias
|
253025c0fe
|
Add tests for check_int_positive
|
2019-05-23 19:53:42 +02:00 |
|
hroff-1902
|
4fbba98168
|
tests adjusted for multiple --config options
|
2019-02-20 17:54:20 +03:00 |
|
AxelCh
|
eec7276393
|
fix crash when backtest-result.json not exist
|
2019-01-26 11:00:04 +01:00 |
|
Matthias
|
ef1208b366
|
Fix rpc messages
|
2018-12-03 20:31:25 +01:00 |
|
Matthias
|
9a42aac0f2
|
Add testcase for --strategylist
|
2018-07-31 21:04:03 +02:00 |
|
Janne Sinivirta
|
e242842805
|
remove more useless docstrings from tests
|
2018-07-30 12:09:07 +03:00 |
|
Janne Sinivirta
|
1bbb86c621
|
remove nonsense asserts
|
2018-07-29 16:23:17 +03:00 |
|
Matthias
|
dd1290e38e
|
Add multiple verbosity levels
|
2018-07-19 21:12:27 +02:00 |
|
Matthias
|
90915b6b2f
|
Revert "Add more verbosity levels"
|
2018-07-19 20:43:41 +02:00 |
|
Matthias
|
1ab7f5fb6d
|
add tests for more debug levels
|
2018-07-18 22:53:44 +02:00 |
|
Gerald Lonlas
|
81ce7d720d
|
Add missing unit test for Arguments::testdata_dl_options()
|
2018-06-07 22:13:50 -07:00 |
|
gcarq
|
d4f8704a4c
|
arguments: implement tests for db_url
|
2018-06-07 20:30:13 +02:00 |
|
xmatthias
|
f37c5b70ba
|
Fix tests - read optional argument
|
2018-06-05 23:53:49 +02:00 |
|
xmatthias
|
270ccbb0da
|
fix args test
|
2018-06-05 23:41:50 +02:00 |
|
creslinux
|
94e586c049
|
Added unit test to check posix time arguments passed to timerange
Here is the pass report:
freqtrade_new creslin$ pytest freqtrade/tests/test_arguments.py
==================================================================== test session starts =====================================================================
platform darwin -- Python 3.6.5, pytest-3.6.0, py-1.5.3, pluggy-0.6.0
rootdir: /Users/creslin/PycharmProjects/freqtrade_new, inifile:
plugins: mock-1.10.0, cov-2.5.1
collected 19 items
freqtrade/tests/test_arguments.py ................... [100%]
================================================================= 19 passed in 2.37 seconds ==================================================================
|
2018-06-02 22:46:54 +03:00 |
|
Anton
|
ceeb98dda9
|
Fix conflicts
|
2018-05-03 11:16:29 +03:00 |
|
gcarq
|
306885e174
|
Merge branch 'develop' into feat/objectify-ccxt
|
2018-05-02 22:49:55 +02:00 |
|
Anton
|
2267a420a4
|
Fix codestyle
|
2018-04-28 00:30:42 +03:00 |
|
Anton
|
82ea56c8fd
|
Fix review comments. Add support of datetime timeganges
|
2018-04-28 00:16:34 +03:00 |
|
enenn
|
db46ad6502
|
Change ticker interval from minutes as integer to string (1m, 5m, 1h,...)
|
2018-04-07 16:57:47 +02:00 |
|
enenn
|
c1c6ed6ed7
|
Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files
|
2018-04-07 16:51:50 +02:00 |
|
gcarq
|
a356edb117
|
implement '--strategy-path' argument
|
2018-03-27 16:32:58 +02:00 |
|
gcarq
|
d2aea7bdc1
|
optimize imports
|
2018-03-20 19:50:04 +01:00 |
|
Gerald Lonlas
|
d685646446
|
Arguments(): Change private methods to public
|
2018-03-04 17:51:57 -08:00 |
|
Gerald Lonlas
|
c52e688979
|
Fix unit tests in test_arguments.py and test_configuration.py
|
2018-03-04 00:58:20 -08:00 |
|
Gerald Lonlas
|
722ed48d9d
|
Merge commit 'e3d222912dfd775b7456a44d6d6055430711f251' into feature/objectify
|
2018-03-04 00:51:22 -08:00 |
|
Gerald Lonlas
|
383fb6d20e
|
Add a class Arguments to manage cli arguments passed to the bot
|
2018-03-03 09:33:54 +08:00 |
|