Explorar o código

[docs] Promote more how to run the unit tests

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
96d62d94c4
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      docs/docs-site/content/developer/development/_index.md

+ 5 - 5
docs/docs-site/content/developer/development/_index.md

@@ -522,11 +522,7 @@ unittest frameworks, or you can just name your method with the word "test" at a
 
 To run the unit tests (should take 5-10 minutes):
 
-    build/env/bin/hue test fast
-
-To run all the tests (unit and integration), use:
-
-    build/env/bin/hue test all
+    build/env/bin/hue test unit --with-xunit --with-cover
 
 To run only tests of a particular app, use:
 
@@ -550,6 +546,10 @@ To run a specific test in a class, use:
 
     build/env/bin/hue test specific <app><module>:<class><test_func>
 
+To run all the tests (unit and integration, will require some live clusters or services), use:
+
+    build/env/bin/hue test all
+
 Note:
 
 When running the tests and seeing an error similar to: