Adding pretty-tox
Better test output formt. Change-Id: I44033d660cacdc15bc584ee698cdf2a3d0b40427
This commit is contained in:
		| @@ -10,6 +10,7 @@ python-subunit | ||||
| sphinx>=1.1.2 | ||||
| oslosphinx | ||||
| oslotest>=1.1.0.0a1 | ||||
| tempest-lib | ||||
| testrepository>=0.0.18 | ||||
| testscenarios>=0.4 | ||||
| testtools>=0.9.34 | ||||
|   | ||||
							
								
								
									
										6
									
								
								tools/pretty_tox.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								tools/pretty_tox.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| #!/usr/bin/env bash | ||||
|  | ||||
| set -o pipefail | ||||
|  | ||||
| TESTRARGS=$1 | ||||
| python setup.py testr --slowest --testr-args="--subunit $TESTRARGS" | subunit-trace -f | ||||
		Reference in New Issue
	
	Block a user
	 Nikita Konovalov
					Nikita Konovalov