Yashasv-Prajapati / Docify

5 stars 2 forks source link

Unit Tests(Python) #54

Open Yashasv-Prajapati opened 4 months ago

Yashasv-Prajapati commented 4 months ago
  1. How are unit tests and integration tests written for Python files. Need basic structure of unit tests and integration tests written for a dummy codebase.
  2. How to dictate basic information regarding them, like about the flow of test files, how are they connected and anything else.
  3. How to analyze those files without using LLMs, and if we use LLMs, could we provide it a basic flow and ask it to generate text from that?
linear[bot] commented 4 months ago
CS3-73 Unit Tests(Python)

1. How are unit tests and integration tests written for Python files. Need basic structure of unit tests and integration tests written for a dummy codebase. 2. How to dictate basic information regarding them, like about the flow of test files, how are they connected and anything else. 3. How to analyze those files with using LLMs, and if we use LLMs, could we provide it a basic flow and ask it to generate text from that?

shobhitjuglan commented 4 months ago

@Yashasv-Prajapati I believe you worked on the research part in Testing(Python) .Can you share the resources you found ?