Skip to content

Commit

Permalink
Merge pull request #82 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
stewartbryson authored Apr 7, 2023
2 parents 00ea602 + faf2a0a commit 1ae4e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We introduced breaking changes in version `2.0.0` described below.
Instead of continuing to use plugin DSL or Gradle properties to provide Snowflake authentication, we made the
decision to switch to using the SnowSQL config moving forward.
This was inspired by the [Snowflake Developer CLI](https://github.com/Snowflake-Labs/snowcli) project, and it seems to
be a reasonable standard moving forward.
be a reasonable standard.

### Legacy Plugin Application
Hopefully no one was using the Gradle legacy plugin application, but if so, the coordinates have changed.
Expand Down Expand Up @@ -276,7 +276,7 @@ class SampleTest extends Specification {
```

All unit tests in either `src/test/java` (written using JUnit or something else) or `src/test/groovy` (written with Spock)
we automatically run whenever the `test` or `build` task is executed.
will automatically run whenever the `test` or `build` task is executed.

```shell
❯ ./gradlew build
Expand All @@ -296,7 +296,7 @@ BUILD SUCCESSFUL in 1s
```

All Gradle testing tasks are automatically incremental and cacheable, and would be avoided if executed again without changes to the code in either the source or the spec.
The same applies for topic of functional testing below.
The same applies for the topic of functional testing below.

### Functional Testing
[Functional testing](https://en.wikipedia.org/wiki/Functional_testing) describes what the system does,
Expand Down

0 comments on commit 1ae4e3a

Please sign in to comment.