Skip to content

Commit 1f2df33

Browse files
authored
doc: fix: Add empty test files for packages that don't need test (#342)
1 parent 8cfdb2f commit 1f2df33

File tree

8 files changed

+21
-0
lines changed

8 files changed

+21
-0
lines changed

cipher/cipher_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package cipher

conversion/conversion_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package conversion

dynamic/dynamic_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package dynamic

graph/graph_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package graph
File renamed without changes.

other/other_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package other

strings/strings_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package strings

structure/structure_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Empty test file to keep track of all the tests for the algorithms.
2+
3+
package structure

0 commit comments

Comments
 (0)