File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Valhalla currently uses googletest for unit testing.
4
4
5
- - The basics are covered in [ googletest primer] ( https://github.com/google/googletest/blob/master/googletest/ docs/primer.md )
6
- - More advanced topics are covered [ here] ( https://github.com/google/googletest/blob/master/googletest/ docs/advanced.md )
5
+ - The basics are covered in [ googletest primer] ( https://github.com/google/googletest/blob/master/docs/primer.md )
6
+ - More advanced topics are covered [ here] ( https://github.com/google/googletest/blob/master/docs/advanced.md )
7
7
8
8
Important things to note:
9
9
* EXPECT_XXX macros mark the test as failed but continue execution
@@ -25,4 +25,3 @@ Important things to note:
25
25
* Disabling a test is easy - just prefix its name with DISABLED_
26
26
* TEST(PredictiveTraffic, DISABLED_test_predictive_traffic)
27
27
* They are still compiled and there is always a warning each time the suite runs
28
-
You can’t perform that action at this time.
0 commit comments