mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
4 lines
143 B
Bash
Executable File
4 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
nosetests --with-xunit --all-modules --traverse-namespace --with-coverage --cover-inclusive --cover-erase --cover-package=Tank $@
|
|
|