This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
How do I tell whats needs fixing after running the pytest? #18
Unanswered
ian-sinclair-gh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very new to coding.
I ran the pytest as I can't seem to work the pcode and keeps running in loops of various errors. I have no idea what to focus on or what needs fixing with my code?
Please help a newbie!
Here are my results:
Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
---------- coverage: platform darwin, python 3.11.2-final-0 ----------
Name Stmts Miss Cover
autogpt/init.py 0 0 100%
autogpt/main.py 3 3 0%
autogpt/agent/init.py 3 0 100%
autogpt/agent/agent.py 102 89 13%
autogpt/agent/agent_manager.py 69 55 20%
autogpt/app.py 98 69 30%
autogpt/chat.py 70 53 24%
autogpt/cli.py 74 74 0%
autogpt/commands/init.py 0 0 100%
autogpt/commands/analyze_code.py 9 9 0%
autogpt/commands/audio_text.py 22 22 0%
autogpt/commands/command.py 66 12 82%
autogpt/commands/execute_code.py 71 71 0%
autogpt/commands/file_operations.py 139 108 22%
autogpt/commands/git_operations.py 15 15 0%
autogpt/commands/google_search.py 40 40 0%
autogpt/commands/image_gen.py 54 31 43%
autogpt/commands/improve_code.py 10 10 0%
autogpt/commands/times.py 3 3 0%
autogpt/commands/twitter.py 19 19 0%
autogpt/commands/web_playwright.py 41 41 0%
autogpt/commands/web_requests.py 66 12 82%
autogpt/commands/web_selenium.py 70 70 0%
autogpt/commands/write_tests.py 10 10 0%
autogpt/config/init.py 4 0 100%
autogpt/config/ai_config.py 53 39 26%
autogpt/config/config.py 146 38 74%
autogpt/config/singleton.py 9 0 100%
autogpt/configurator.py 61 61 0%
autogpt/json_utils/init.py 0 0 100%
autogpt/json_utils/json_fix_general.py 66 28 58%
autogpt/json_utils/json_fix_llm.py 85 51 40%
autogpt/json_utils/utilities.py 25 17 32%
autogpt/llm_utils.py 80 66 18%
autogpt/logs.py 190 114 40%
autogpt/memory/init.py 53 23 57%
autogpt/memory/base.py 25 9 64%
autogpt/memory/local.py 57 24 58%
autogpt/memory/milvus.py 33 32 3%
autogpt/memory/no_memory.py 16 6 62%
autogpt/memory/pinecone.py 42 30 29%
autogpt/memory/redismem.py 65 46 29%
autogpt/memory/weaviate.py 61 59 3%
autogpt/models/base_open_ai_plugin.py 54 0 100%
autogpt/permanent_memory/init.py 0 0 100%
autogpt/permanent_memory/sqlite3_store.py 85 85 0%
autogpt/plugins.py 132 36 73%
autogpt/processing/init.py 0 0 100%
autogpt/processing/html.py 7 0 100%
autogpt/processing/text.py 64 50 22%
autogpt/prompts/init.py 0 0 100%
autogpt/prompts/generator.py 39 2 95%
autogpt/prompts/prompt.py 42 42 0%
autogpt/setup.py 29 29 0%
autogpt/speech/init.py 2 0 100%
autogpt/speech/base.py 20 4 80%
autogpt/speech/brian.py 19 12 37%
autogpt/speech/eleven_labs.py 34 24 29%
autogpt/speech/gtts.py 13 5 62%
autogpt/speech/macos_tts.py 12 7 42%
autogpt/speech/say.py 27 11 59%
autogpt/spinner.py 33 23 30%
autogpt/token_counter.py 34 2 94%
autogpt/types/openai.py 4 0 100%
autogpt/utils.py 52 41 21%
autogpt/workspace.py 16 7 56%
TOTAL 2843 1839 35%
Beta Was this translation helpful? Give feedback.
All reactions