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 |
|