1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Documentation Style Guide (#2383)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-05-22 13:31:30 +02:00
committed by GitHub
parent cfcc451089
commit 9a3cd8e26f
13 changed files with 242 additions and 9 deletions

View File

@@ -168,7 +168,6 @@ complex algorithms in the new code.
Run the unit tests with this command:
cd dnscontrol
go test ./...
@@ -182,7 +181,7 @@ Integration tests use a test account and a real domain.
For example, this will run the tests using BIND:
```shell
cd dnscontrol/integrationTest
cd integrationTest/
go test -v -verbose -provider BIND
```