Mixin 大群部署完全教程 实操总结
步骤概述
前提条件——
Go
2022
gin 路由信息
关于单测哪些事儿
writing-standards-for-unit-testing
Unit Test的三A原则: Arrange, Act, Assert
- Arrange any input data and processing classes needed for the test
- Perform the action under test
- Test the results with one or more asserts. Yes, it can be more than one assert, so long as they all work to test the action that was performed.
或者说5个原则
Authorization
Basic Authorization
basic-authentication-in-postman/
用postMan调用我们部署的sonarqube的webapi的/issues/buld_change这个接口的时候,一直提示401的权限验证问题,我们也在Authorization这里选中了Basic Auth类型 并设置了用户名和密码