Skip to content

Commit aeb53a7

Browse files
Merge remote-tracking branch 'origin/main' into from-codegen-guide
2 parents d37a99f + d671063 commit aeb53a7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
"utilise",
2222
"utilised",
2323
"Utilising"
24-
]
24+
],
25+
"python.testing.pytestArgs": [
26+
"."
27+
],
28+
"python.testing.unittestEnabled": false,
29+
"python.testing.pytestEnabled": true
2530
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ so you can see the browser execution):
5757
pytest --tracing on --headed
5858
```
5959

60+
Alternatively if you are using Visual Studio Code as your IDE, we have pre-configured this project to work with the
61+
[Testing functionality](https://code.visualstudio.com/docs/editor/testing) so the example tests should be discovered automatically.
62+
6063
## Getting Started
6164

6265
> NOTE: This section is currently under development and requires further work, so links to pages within this repository may not be very useful at this stage.

0 commit comments

Comments
 (0)