Skip to content

Commit

Permalink
added 8.4 Use AI tools to create automated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Jan 8, 2025
1 parent a45ccb7 commit 0f356ec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions full-stack-project-implementation-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,28 @@ <h5>Criterion: 8.3 Use AI tools to optimize code for performance and user experi
</tr>
</tbody>
</table>
<h5>Criterion: 8.4 Use AI tools to create automated unit tests</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td> Use AI tools to create automated unit tests</td>
<td>Use GitHub Copilot to generate Django unit tests for application features, ensuring code coverage for key functionalities.</td>
<td>
<ul>
<li> README.md notes Copilot's role in creating unit tests, with brief mention of adjustments made to improve test accuracy or completeness. </li>
<li> Demonstrates basic understanding of test logic generated by Copilot.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
Expand Down

0 comments on commit 0f356ec

Please sign in to comment.