Michael Egger
|
11f97ccf87
|
Merge pull request #54 from gcarq/fix-coverage
Fix coverage
|
2017-10-02 19:29:33 +02:00 |
|
Janne Sinivirta
|
3506e3ceec
|
try directly invoking pytest for fixing coveralls issue
|
2017-10-02 20:17:14 +03:00 |
|
Janne Sinivirta
|
27b2624a67
|
let pytest do coverage
|
2017-10-02 19:48:47 +03:00 |
|
Janne Sinivirta
|
8500032bff
|
add coverage config file to omit test files from coverage report
|
2017-10-02 19:27:18 +03:00 |
|
Janne Sinivirta
|
b2522b8dbc
|
add pytest-cov dependency
|
2017-10-02 19:17:54 +03:00 |
|
Janne Sinivirta
|
0f3ceebcd4
|
Merge pull request #53 from gcarq/feature/patch-missing-calls
patch missing calls
|
2017-10-02 10:38:01 +03:00 |
|
gcarq
|
f44ab2f44b
|
patch missing http calls
|
2017-10-01 23:28:09 +02:00 |
|
Janne Sinivirta
|
3fe5302db3
|
Merge pull request #52 from gcarq/convert-to-pytest
Switch to using Pytest
|
2017-10-01 17:28:23 +03:00 |
|
Janne Sinivirta
|
ea62c49c3a
|
fix passing parameters to pytest
|
2017-10-01 17:19:14 +03:00 |
|
Janne Sinivirta
|
02673b94dd
|
use explicit package name for pytest running
|
2017-10-01 17:04:38 +03:00 |
|
Janne Sinivirta
|
17e8bbacc3
|
add pytest-mock to setup.py
|
2017-10-01 16:17:27 +03:00 |
|
Janne Sinivirta
|
463123adc5
|
Merge branch 'develop' into convert-to-pytest
|
2017-10-01 16:14:50 +03:00 |
|
Janne Sinivirta
|
5537f0bf5b
|
simplify unnecessary == True and == False assertions
|
2017-10-01 15:45:31 +03:00 |
|
Janne Sinivirta
|
5551c9ec3b
|
add pragmas to disable pylint warnings for missing docstrings in test files
|
2017-10-01 15:40:40 +03:00 |
|
Janne Sinivirta
|
ff145b6306
|
use mocker for mocking to get rid of deep nesting
|
2017-10-01 15:40:12 +03:00 |
|
Janne Sinivirta
|
add6c875d6
|
add pytest-mock to requirements.txt
|
2017-10-01 15:24:27 +03:00 |
|
gcarq
|
378b5a3b14
|
fix indentation
|
2017-10-01 14:07:09 +02:00 |
|
gcarq
|
e14cc2e4f6
|
add setup.cfg to force pytest
|
2017-10-01 14:06:18 +02:00 |
|
Janne Sinivirta
|
616d5b61cc
|
remove numbers from test method names
|
2017-10-01 11:11:20 +03:00 |
|
Janne Sinivirta
|
9cca42e371
|
add pytest to requirements.txt
|
2017-10-01 11:06:40 +03:00 |
|
Janne Sinivirta
|
06ad311aa3
|
remove Test classes and use pytest fixtures
|
2017-10-01 11:02:47 +03:00 |
|
gcarq
|
e42edd9de7
|
add required folders to MANIFEST
|
2017-09-30 21:01:23 +02:00 |
|
gcarq
|
3456ead839
|
add numpy as required dep
|
2017-09-30 21:00:53 +02:00 |
|
gcarq
|
a4a1f7961a
|
set executable bit
|
2017-09-30 21:00:42 +02:00 |
|
gcarq
|
8057333501
|
adapt Dockerfile for new project structure
|
2017-09-30 21:00:14 +02:00 |
|
gcarq
|
1eee0c91bf
|
adapt README
|
2017-09-30 20:59:54 +02:00 |
|
Janne Sinivirta
|
53b4c3722e
|
convert asserts to pytest style
|
2017-09-30 20:38:19 +03:00 |
|
gcarq
|
3f6f502e66
|
add code coverage badge
|
2017-09-30 19:05:37 +02:00 |
|
Janne Sinivirta
|
d73c656514
|
Merge pull request #50 from gcarq/feature/fix-whitelist-vanishing
fix whitelist vanishing
|
2017-09-30 20:00:38 +03:00 |
|
gcarq
|
f409bdbba8
|
add coveralls.io to measure code quality
|
2017-09-30 18:55:48 +02:00 |
|
gcarq
|
4b42e1af4b
|
use deepcopy
|
2017-09-30 18:23:11 +02:00 |
|
gcarq
|
898ab5a370
|
implement test to reproduce it
|
2017-09-30 18:22:05 +02:00 |
|
Janne Sinivirta
|
6389778d49
|
Merge pull request #47 from gcarq/feature/project-structure
Refactor project structure (closes #34)
|
2017-09-30 19:19:00 +03:00 |
|
gcarq
|
b85b913657
|
revert coveralls
|
2017-09-30 17:13:08 +02:00 |
|
gcarq
|
bbef0edcd1
|
add coveralls.io to measure code quality
|
2017-09-30 17:06:15 +02:00 |
|
gcarq
|
8d3a6279b2
|
use pytest
|
2017-09-30 15:58:31 +02:00 |
|
gcarq
|
df4da75535
|
add pypi classifiers
|
2017-09-29 20:15:54 +02:00 |
|
gcarq
|
04bba626a8
|
define install_requires for package distribution
|
2017-09-29 20:07:50 +02:00 |
|
gcarq
|
9c6c21637d
|
fix testsuite
|
2017-09-29 19:28:32 +02:00 |
|
gcarq
|
09b27d2094
|
add manifest file
|
2017-09-29 19:28:32 +02:00 |
|
gcarq
|
998a887736
|
add command line script
|
2017-09-29 19:28:32 +02:00 |
|
gcarq
|
00499fa0d7
|
add setup.py
|
2017-09-29 19:28:32 +02:00 |
|
gcarq
|
0c517ee3b6
|
move project into freqtrade/
|
2017-09-29 19:28:32 +02:00 |
|
gcarq
|
b225b0cb90
|
remove python nightly interpreter
|
2017-09-29 19:07:25 +02:00 |
|
Janne Sinivirta
|
d045116297
|
upgraded to latest telegram library (8.0)
|
2017-09-29 18:59:05 +03:00 |
|
Janne Sinivirta
|
8b859ad358
|
Merge pull request #44 from gcarq/another-better-strategy
Better buy strategy and sell criteria
|
2017-09-29 13:32:00 +03:00 |
|
Janne Sinivirta
|
0085db825d
|
Merge branch 'develop' into another-better-strategy
|
2017-09-29 13:13:44 +03:00 |
|
Janne Sinivirta
|
1f1e64560a
|
adjust roi and stop loss in config.json.example
|
2017-09-29 09:58:00 +03:00 |
|
Janne Sinivirta
|
c9226a329c
|
adjust roi and stop loss for backtesting
|
2017-09-29 09:56:52 +03:00 |
|
Janne Sinivirta
|
44cdf3e0c2
|
improved buy signal strategy
|
2017-09-29 09:55:11 +03:00 |
|