Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 693bfe7

Browse files
feat(.run): adds an intellij run config to support running tests locally.
1 parent ea055fb commit 693bfe7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.run/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## .run
2+
3+
The `.run` folder provides configs to set your Intellij IDE up to perform
4+
testing locally.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="go test terraform-plugin-framework-type-uuid/uuidtype" type="GoTestRunConfiguration" factoryName="Go Test">
3+
<module name="terraform-plugin-framework-type-uuid" />
4+
<working_directory value="$PROJECT_DIR$/uuidtypes" />
5+
<root_directory value="$PROJECT_DIR$" />
6+
<kind value="PACKAGE" />
7+
<package value="github.com/matthewhartstonge/terraform-plugin-framework-type-uuid/uuidtypes" />
8+
<directory value="$PROJECT_DIR$" />
9+
<filePath value="$PROJECT_DIR$" />
10+
<framework value="gotest" />
11+
<method v="2" />
12+
</configuration>
13+
</component>

0 commit comments

Comments
 (0)