1
0
mirror of synced 2025-12-21 02:46:50 -05:00

Remove unnecessary spaces between words - part 2 (#35381)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Artur Kordowski
2024-11-21 21:38:27 +01:00
committed by GitHub
parent b11bdece6f
commit cbf086c256
111 changed files with 156 additions and 156 deletions

View File

@@ -112,7 +112,7 @@ The test suite generated by {% data variables.product.prodname_copilot_short %}
Once {% data variables.product.prodname_copilot_short %} has generated the test suite to your satisfaction, add the code to a new file `test_bank_account.py`. You can ask it how to run the tests.
**Prompt:** _"How do I run these unit tests in Python using the unittest framework?"_
**Prompt:** _"How do I run these unit tests in Python using the unittest framework?"_
{% data variables.product.prodname_copilot_short %} will give you the following bash command.