mango-explorer/tests
Geoff Taylor 8bbe48abaf Ensured all public classes are exposed and available. Removed unused classes. 2022-03-22 19:18:26 +00:00
..
layouts Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
marketmaking Simplified Order, with with_update() and from_values() methods instead of litany of other mechanisms. 2022-02-25 11:46:43 +00:00
testdata Added perp redeemable pnl to dataframe and calculations. Added many more tests of perp valuations. 2022-03-11 21:43:40 +00:00
__init__.py Moved library code to .py files instead of notebooks. 2021-06-07 15:10:18 +01:00
context.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
data.py Fixed problem spot health calculations. 2022-03-04 15:21:58 +00:00
fakes.py Slot checking is now disabled by default (after discussion with Max). 2022-03-15 11:25:07 +00:00
test_account.py Added account.base_slots_by_index to reduce confusion over account.spot_open_orders_by_index only working with non-quote slots. 2022-02-09 20:22:25 +00:00
test_accountflags.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_accountinfo.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_accountscout.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_addressableaccount.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
test_cache.py OrderBook can now provide expired orders, if requested. 2022-02-22 12:06:20 +00:00
test_client.py Slot checking is now disabled by default (after discussion with Max). 2022-03-15 11:25:07 +00:00
test_constants.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_context.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_datetimes.py Fix for another Windows datetime problem. 2022-03-02 11:23:43 +00:00
test_encoding.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_group.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_healthcalculator.py Added perp redeemable pnl to dataframe and calculations. Added many more tests of perp valuations. 2022-03-11 21:43:40 +00:00
test_instructions.py Added --account-target and --wallet-target to deposit and withdraw commands. 2022-03-02 18:52:45 +00:00
test_instructiontype.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_instrumentlookup.py Added test to make sure updating SPL token list doesn't interfere with tokens we expect to have specific mints. 2022-02-25 12:10:21 +00:00
test_instrumentvalue.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_logmessages.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_lotsizeconverter.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_marketlookup.py Now use fully_qualified_symbol for markets in most places, so Serum and Spot markets can be differentiated. 2022-03-03 18:36:46 +00:00
test_notification.py Ensured all public classes are exposed and available. Removed unused classes. 2022-03-22 19:18:26 +00:00
test_observables.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_openorders.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
test_order.py Added timestamp to Order (only available in perp orders). Expanded OrderBook's handling of TIF/expiration. 2022-03-10 14:54:52 +00:00
test_orderbook.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_ownedtokenvalue.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_perpeventqueue.py Added subscribe() method to all AddressableAccounts. 2022-03-01 12:22:50 +00:00
test_publickey.py Fixed problem with address sort order when cranking. 2022-02-24 11:28:04 +00:00
test_retrier.py Explicitly made loggers protected instead of public. 2021-12-13 11:15:24 +00:00
test_spotmarket.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_token.py Improved symbol comparisons for Instruments, Tokens and Markets. 2022-01-12 14:51:30 +00:00
test_tokenaccount.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00
test_tokenbank.py OrderBook can now provide expired orders, if requested. 2022-02-22 12:06:20 +00:00
test_transactionscout.py OrderBook can now provide expired orders, if requested. 2022-02-22 12:06:20 +00:00
test_version.py Refactor of code to work with mypy --strict 2021-11-09 13:23:36 +00:00
test_wallet.py Updated dependencies. 2022-01-19 12:12:00 +00:00
test_walletbalancer.py Switched from autopep8 to black for code formatting. Reformatted all files. Updated dependencies. 2022-02-09 19:31:50 +00:00