Document testing & build_conversion purposes

Formatter also relocated some imports

Test: Existing tests pass
Change-Id: I48b1cb65400e463a6b4e91fd9fe76e13d8d81cd6
This commit is contained in:
Alex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-08-23 17:04:20 +00:00
parent ce0a07e249
commit 0da7ce6f39
2 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
package bp2build
/*
For shareable/common bp2build testing functionality and dumping ground for
specific-but-shared functionality among tests in package
*/
import (
"strings"
"testing"