X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=e0f3cfae11f22c23cf1793f45e58194efa29ed9c;hb=b9c8637d857bc250ef5318f5ecf05de447816035;hp=6d54ca5ba7256d9da4cf1f4004988d4d5b4d6697;hpb=7408542a62711664395fcc15582d277d186daa86;p=osm%2Fvim-emu.git diff --git a/README.md b/README.md index 6d54ca5..e0f3cfa 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ Automatic installation is provide through Ansible playbooks. * `cd ~/son-emu/ansible` * `sudo ansible-playbook install.yml` - ### Run In the `~/son-emu` directory: @@ -89,8 +88,7 @@ In the `~/son-emu` directory: ### Run Unit Tests * `cd ~/son-emu` -* `sudo py.test -v src/emuvim` (equivalent to `python setup.py test -v --addopts 'src/emuvim'` but with direct access to the commandline arguments) +* `sudo py.test -v src/emuvim/test/unittests` ### CLI * [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) -