freelancing-solutions / gcp-database-as-a-service-stock-markets

GCP NDB database as a service for a stock market investment and social web services.
MIT License
3 stars 1 forks source link

Pytest coverage single falls below minimum 80 #419

Open freelancing-solutions opened 3 years ago

freelancing-solutions commented 3 years ago
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/memberships/init.py 0 0 100%
data_service/api/memberships/routes.py 74 74 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 84 84 0%
data_service/api/stocks/init.py 0 0 100%
data_service/api/stocks/routes.py 132 132 0%
data_service/api/users/init.py 0 0 100%
data_service/api/users/routes.py 121 121 0%
data_service/config/init.py 15 15 0%
data_service/config/exceptions.py 22 22 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/routes.py 17 17 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 38 38 0%
data_service/store/init.py 0 0 100%
data_service/store/affiliates.py 245 245 0%
data_service/store/helpdesk.py 58 58 0%
data_service/store/memberships.py 207 207 0%
data_service/store/mixins.py 52 52 0%
data_service/store/scrapper.py 34 34 0%
data_service/store/settings.py 153 153 0%
data_service/store/stats.py 38 38 0%
data_service/store/stocks.py 240 240 0%
data_service/store/users.py 99 99 0%
data_service/store/wallet.py 60 60 0%
data_service/tasks_input_handlers/init.py 0 0 100%
data_service/tasks_input_handlers/routers.py 18 18 0%
data_service/utils/init.py 0 0 100%
data_service/utils/utils.py 56 56 0%
data_service/views/init.py 0 0 100%
data_service/views/affiliates.py 260 260 0%
data_service/views/exception_handlers.py 43 43 0%
data_service/views/memberships.py 407 407 0%
data_service/views/scrapper.py 32 32 0%
data_service/views/settings.py 164 164 0%
data_service/views/stocks.py 613 613 0%
data_service/views/use_context.py 19 19 0%
data_service/views/users.py 142 142 0%
data_service/views/wallet.py 86 86 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 38 38 0%
tests/test_store/test_affiliates/test_earnings.py 78 78 0%
tests/test_store/test_affiliates/test_earnings_transactions.py 40 40 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 76 76 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_views/init.py 0 0 100%
tests/test_views/test_affiliate_view.py 151 151 0%
tests/test_views/test_broker.py 37 37 0%
tests/test_views/test_memberships.py 156 156 0%
tests/test_views/test_net_volume.py 29 29 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 46 46 0%
tests/test_views/test_volumes.py 29 29 0%
TOTAL 5618 5617 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_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:
24 errors during collection
!!!!!!!!!!!!!!!!!!!