Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d7499781
Commit
d7499781
authored
Aug 04, 2016
by
Tamer Tas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detail unit testing workflow
Include the information about testing that is found in `Makefile` comments of the testing targets
parent
c8ea7af9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
development.md
docs/devel/development.md
+5
-4
No files found.
docs/devel/development.md
View file @
d7499781
...
...
@@ -325,12 +325,13 @@ Three basic commands let you run unit, integration and/or e2e tests:
```
sh
cd
kubernetes
make
test
# Run unit tests
make test-integration
# Run integration tests, requires etcd
go run hack/e2e.go
-v
--build
--up
--test
--down
# Run e2e tests
make
test
# Run every unit test
make
test
WHAT
=
pkg/util/cache
GOFLAGS
=
-v
# Run tests of a package verbosely
make test-integration
# Run integration tests, requires etcd
make test-e2e
# Run e2e tests
```
See the
[
testing guide
](
testing.md
)
for additional information and scenarios.
See the
[
testing guide
](
testing.md
)
and
[
end-to-end tests
](
e2e-tests.md
)
for additional information and scenarios.
## Regenerating the CLI documentation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment