pyopenbook/scripts
Kevin Heavey 954732976d
Add async support (#82)
* add async utils and connection

* refactor market.py before adding async

* add async open orders account

* add async_market

* add type hint

* replace pytest-tornasync with pytest-asyncio

* add async tests

* add async tests

* linting

* add async exmplae to README

* fix unit test selection

* bump minor version number

* chmod

* fix keygen error when key already exists

* use --cov-append

* fix coverage for multi test

* fix typo

Co-authored-by: kevinheavey <kevinheavey123@gmail.com>
2021-08-12 20:36:28 +01:00
..
bootstrap_dex.sh Add async support (#82) 2021-08-12 20:36:28 +01:00
clean_up.sh Add async support (#82) 2021-08-12 20:36:28 +01:00
run_async_int_tests.sh Add async support (#82) 2021-08-12 20:36:28 +01:00
run_coverage.sh Add async support (#82) 2021-08-12 20:36:28 +01:00
run_int_tests.sh Added match and cancel order to market class. 2020-09-15 11:52:19 +08:00