Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytest coverage single falls below minimum 80 #534

Open
freelancing-solutions opened this issue Jul 17, 2021 · 0 comments
Open

Pytest coverage single falls below minimum 80 #534

freelancing-solutions opened this issue Jul 17, 2021 · 0 comments

Comments

@freelancing-solutions
Copy link
Owner

Name Stmts Miss Cover
data_service/init.py 0 0 100%
data_service/api/init.py 0 0 100%
data_service/api/affiliates/init.py 0 0 100%
data_service/api/affiliates/routes.py 64 64 0%
data_service/api/api_authenticator.py 43 43 0%
data_service/api/coupons/init.py 0 0 100%
data_service/api/coupons/routes.py 27 27 0%
data_service/api/helpdesk/init.py 0 0 100%
data_service/api/helpdesk/routes.py 27 27 0%
data_service/api/memberships/init.py 0 0 100%
data_service/api/memberships/routes.py 119 119 0%
data_service/api/pubsub/init.py 0 0 100%
data_service/api/pubsub/routes.py 42 42 0%
data_service/api/scrapper/init.py 0 0 100%
data_service/api/scrapper/routes.py 17 17 0%
data_service/api/settings/init.py 0 0 100%
data_service/api/settings/routes.py 85 85 0%
data_service/api/stocks/init.py 0 0 100%
data_service/api/stocks/routes.py 174 174 0%
data_service/api/users/init.py 0 0 100%
data_service/api/users/routes.py 119 119 0%
data_service/api/wallet/init.py 0 0 100%
data_service/api/wallet/routes.py 20 20 0%
data_service/config/init.py 17 17 0%
data_service/config/exceptions.py 35 35 0%
data_service/config/stocks.py 6 6 0%
data_service/config/types.py 7 7 0%
data_service/cron/init.py 0 0 100%
data_service/cron/binance/init.py 7 7 0%
data_service/cron/eod_close_data/init.py 0 0 100%
data_service/cron/eod_close_data/exchange_close_data_calls.py 117 117 0%
data_service/cron/notifications/init.py 0 0 100%
data_service/cron/notifications/notifications.py 45 45 0%
data_service/cron/operational_jobs/init.py 0 0 100%
data_service/cron/operational_jobs/operational_jobs.py 46 46 0%
data_service/cron/realtime_tickers/init.py 0 0 100%
data_service/cron/realtime_tickers/stock_tickers.py 0 0 100%
data_service/cron/routes.py 30 30 0%
data_service/cron/utils/init.py 0 0 100%
data_service/cron/utils/utils.py 2 2 0%
data_service/frontpage/init.py 0 0 100%
data_service/frontpage/routes.py 7 7 0%
data_service/handlers/init.py 0 0 100%
data_service/handlers/routes.py 31 31 0%
data_service/main/init.py 43 43 0%
data_service/sdks/init.py 0 0 100%
data_service/sdks/eod/init.py 0 0 100%
data_service/sdks/eod/config/init.py 0 0 100%
data_service/sdks/eod/config/config.py 7 7 0%
data_service/sdks/eod/eod_historical_data/init.py 1 1 0%
data_service/sdks/eod/eod_historical_data/_utils.py 68 68 0%
data_service/sdks/eod/eod_historical_data/data.py 144 144 0%
data_service/sdks/eod/eod_historical_data/version.py 8 8 0%
data_service/store/init.py 0 0 100%
data_service/store/affiliates.py 273 273 0%
data_service/store/helpdesk.py 136 136 0%
data_service/store/memberships.py 340 340 0%
data_service/store/mixins.py 108 108 0%
data_service/store/scrapper.py 45 45 0%
data_service/store/settings.py 206 206 0%
data_service/store/stats.py 46 46 0%
data_service/store/stocks.py 283 283 0%
data_service/store/users.py 99 99 0%
data_service/store/wallet.py 118 118 0%
data_service/tasks/init.py 0 0 100%
data_service/tasks/routers.py 37 37 0%
data_service/tasks/tasks.py 26 26 0%
data_service/utils/init.py 0 0 100%
data_service/utils/utils.py 73 73 0%
data_service/views/init.py 0 0 100%
data_service/views/affiliates.py 263 263 0%
data_service/views/exception_handlers.py 43 43 0%
data_service/views/helpdesk.py 188 188 0%
data_service/views/memberships.py 421 421 0%
data_service/views/scrapper.py 34 34 0%
data_service/views/settings.py 154 154 0%
data_service/views/stock_price.py 156 156 0%
data_service/views/stocks.py 632 632 0%
data_service/views/use_context.py 21 21 0%
data_service/views/users.py 144 144 0%
data_service/views/wallet.py 133 133 0%
initial_data/transactions/transaction/utility.py 3 3 0%
run.py 5 5 0%
tests/init.py 32 31 3%
tests/test_api/init.py 0 0 100%
tests/test_store/init.py 0 0 100%
tests/test_store/test_affiliates/init.py 0 0 100%
tests/test_store/test_affiliates/test_affiliate_class.py 73 73 0%
tests/test_store/test_affiliates/test_affiliate_transaction_item.py 39 39 0%
tests/test_store/test_affiliates/test_earnings.py 78 78 0%
tests/test_store/test_affiliates/test_earnings_transactions.py 41 41 0%
tests/test_store/test_affiliates/test_recruits.py 79 79 0%
tests/test_store/test_memberships/init.py 0 0 100%
tests/test_store/test_memberships/test_coupons.py 54 54 0%
tests/test_store/test_memberships/test_membership_plans.py 110 110 0%
tests/test_store/test_memberships/test_memberships.py 56 56 0%
tests/test_store/test_scrapper/init.py 0 0 100%
tests/test_store/test_settings/init.py 0 0 100%
tests/test_store/test_stocks/init.py 0 0 100%
tests/test_store/test_stocks/test_broker.py 40 40 0%
tests/test_store/test_stocks/test_buy_volume.py 105 105 0%
tests/test_store/test_stocks/test_netvolume.py 72 72 0%
tests/test_store/test_stocks/test_sell_volume.py 134 134 0%
tests/test_store/test_stocks/test_stock.py 59 59 0%
tests/test_store/test_stocks/test_stock_model.py 59 59 0%
tests/test_store/test_stocks/test_user.py 102 102 0%
tests/test_store/test_users/init.py 0 0 100%
tests/test_store/test_users/test_users.py 106 106 0%
tests/test_store/test_wallet/init.py 0 0 100%
tests/test_tasks/init.py 0 0 100%
tests/test_tasks/test_create_task.py 2 2 0%
tests/test_utils/init.py 0 0 100%
tests/test_utils/test_utils.py 6 6 0%
tests/test_views/init.py 0 0 100%
tests/test_views/test_affiliate_view.py 155 155 0%
tests/test_views/test_broker.py 44 44 0%
tests/test_views/test_memberships.py 170 170 0%
tests/test_views/test_net_volume.py 30 30 0%
tests/test_views/test_recruits.py 119 119 0%
tests/test_views/test_sell_volume.py 29 29 0%
tests/test_views/test_stocks.py 54 54 0%
tests/test_views/test_volumes.py 29 29 0%
TOTAL 7222 7221 1%
=========================== short test summary
info ============================ ERROR tests/test_store/test_affiliates/test_affiliate_class.py
ERROR tests/test_store/test_affiliates/test_affiliate_transaction_item.py ERROR tests/test_store/test_affiliates/test_earnings.py
ERROR tests/test_store/test_affiliates/test_earnings_transactions.py ERROR tests/test_store/test_affiliates/test_recruits.py
ERROR tests/test_store/test_memberships/test_coupons.py ERROR tests/test_store/test_memberships/test_membership_plans.py
ERROR tests/test_store/test_memberships/test_memberships.py ERROR tests/test_store/test_stocks/test_broker.py
ERROR tests/test_store/test_stocks/test_buy_volume.py ERROR tests/test_store/test_stocks/test_netvolume.py
ERROR tests/test_store/test_stocks/test_sell_volume.py ERROR tests/test_store/test_stocks/test_stock.py
ERROR tests/test_store/test_stocks/test_stock_model.py ERROR tests/test_store/test_stocks/test_user.py
ERROR tests/test_store/test_users/test_users.py ERROR tests/test_tasks/test_create_task.py
ERROR tests/test_utils/test_utils.py ERROR tests/test_views/test_affiliate_view.py
ERROR tests/test_views/test_broker.py ERROR tests/test_views/test_memberships.py
ERROR tests/test_views/test_net_volume.py ERROR tests/test_views/test_recruits.py
ERROR tests/test_views/test_sell_volume.py ERROR tests/test_views/test_stocks.py
ERROR tests/test_views/test_volumes.py !!!!!!!!!!!!!!!!!!! Interrupted:
26 errors during collection
!!!!!!!!!!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant