Matthias
bc2be74b36
fix: further fixes for utf8 reading on windows
2 months ago
hippocritical
52374b39f2
adds numpy.NaN => np.nan conversion to the strategy updater since numpy2.0 changed that, now it throws errors.
...
To adjust more of those we can now easily expand on it.
This includes aliases for imports as well.
7 months ago
Matthias
7db0e3ac3f
chore: remove obsolete version check
1 year ago
Matthias
9291698561
A few more formatting updates
2 years ago
Matthias
23427bec08
ruff format: Update tests/ base directory
2 years ago
Matthias
555f4b51e1
Further improvements to test setup
2 years ago
Matthias
c60c4b9abb
Update user_dir fixture to return user_data path
3 years ago
Matthias
bf3f2e4de4
Fix failing test
3 years ago
Matthias
f584edf809
Improve tests by simply running a full strategy through everything
3 years ago
Matthias
f5848ea891
Add test for successful_buys
3 years ago
Matthias
b5c4f9ebe2
Split updater_tests to be clearer
3 years ago
hippocritical
a3988f56b2
Sorry matthias, did not see that you already committed something and did overwrite you.
...
Added your version to it instead of mine and pushed again (since it was already overwritten by me).
3 years ago
hippocritical
bfc7f48f17
added checks for python3.8 or lower since ast_comments.unparse() needs python 3.9 or higher.
...
testing with python 3.8 would make the build fail tests, skipping it there.
3 years ago
hippocritical
06edc5c044
changed to ast_comments, added tests for comments.
3 years ago
hippocritical
4435c4fd0d
removed prints for strategy could not be loaded
...
Changed logic to contain much less if conditions
currently still missing:
Webhook terminology, Telegram notification settings, Strategy/Config settings
3 years ago
hippocritical
ed55296d20
removed prints for strategy could not be loaded
...
Changed logic to contain much less if conditions
currently still missing:
Webhook terminology, Telegram notification settings, Strategy/Config settings
3 years ago
hippocritical
0817e1698f
requirements thinned out again
...
StrategyResolver.search_all_objects(enum_failed) set to False since we got no use in True
shortened update_code call
added modified_code8 test which currently still fails. (and thereby is commented out)
3 years ago
hippocritical
66f7c91357
Adding tests
...
added more code inside NameUpdater to grab more variables.
3 years ago
hippocritical
762dd4f024
Adding tests
...
added more code inside NameUpdater to grab more variables.
3 years ago
hippocritical
a51e44eea3
Adding tests
3 years ago