Browse Source

Fix Googletest Primer link error in CONTRIBUTING.md.

tags/v1.2.0-rc1
leonwanghui Gitee 4 years ago
parent
commit
a583bb2d58
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md View File

@@ -36,7 +36,7 @@ Please follow this style to make MindSpore easy to review, maintain and develop.

* Unittest guidelines

The *Python* unittest style suggested by [pytest](http://www.pytest.org/en/latest/) and *C++* unittest style suggested by [Googletest Primer](https://github.com/google/googletest/blob/master/googletest/docs/primer.md) are used in MindSpore community.
The *Python* unittest style suggested by [pytest](http://www.pytest.org/en/latest/) and *C++* unittest style suggested by [Googletest Primer](https://github.com/google/googletest/blob/master/docs/primer.md) are used in MindSpore community.

### Fork-Pull development model



Loading…
Cancel
Save