You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The symbolic links contained in this repo do not work for Windows operating syst
60
60
61
61
### Writing Tests
62
62
63
-
In addition to running the fix yourself and tell us that your fix works, you can demonstrate that your fix really works by using unit tests and end to end tests. Tests are mainly located in three places. You should put your tests into the places that they fit in.
63
+
In addition to running the fix yourself and telling us that your fix works, you can demonstrate that your fix really works by using unit tests and end to end tests. Tests are mainly located in three places. You should put your tests into the places that they fit in.
64
64
65
65
1.[Generated tests](kubernetes/test) by OpenAPI generator: these tests should pass and do not require modification.
66
66
2.[End to end tests](kubernetes/e2e_test): these are tests that can only be verified with a live kubernetes server.
0 commit comments