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:
committed by
GitHub
parent
cfcc451089
commit
9a3cd8e26f
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user