Skip to content

Commit 88d1fbc

Browse files
committed
concept-docs test
1 parent a74d380 commit 88d1fbc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: modules/concept-docs/examples/Collections.csx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Run this using dotnet-script: https://github.com/filipw/dotnet-script
22
//
3-
// dotnet script Collections.cs
3+
// dotnet script Collections.csx
44
//
55

6-
#r "nuget: CouchbaseNetClient, 3.2.0"
6+
#r "nuget: CouchbaseNetClient, 3.4.8"
77

88
using System;
99
using System.Text;

Diff for: tests/test.bats

+7
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,11 @@ load 'test_helper'
9292
@test "[howtos] - UserManagementExample.csx" {
9393
runExample $HOWTOS_DIR UserManagementExample.csx
9494
assert_success
95+
}
96+
97+
### Concept-docs tests
98+
99+
@test "[concept-docs] - Collections.csx" {
100+
runExample $CONCEPT_DOCS_DIR Collections.csx
101+
assert_success
95102
}

Diff for: tests/test_helper.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setup() {
33
load 'node_modules/bats-assert/load'
44

55
HOWTOS_DIR=../modules/howtos/examples
6-
PROJECT_DOCS_DIR=../modules/project-docs/examples
6+
CONCEPT_DOCS_DIR=../modules/concept-docs/examples
77
HELLO_WORLD_DIR=../modules/hello-world/examples
88

99
BATS_TEST_RETRIES=3

0 commit comments

Comments
 (0)