Advertisement
Guest User

Untitled

a guest
Jun 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. [nix-shell:~/projects/nixops]$ python2 tests.py tests.functional.test_invalid_indentifier -vv
  3. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  4. nose.config: INFO: Excluding tests matching ['^coverage-tests\\.py$']
  5. nose.selector: INFO: /home/srghma/projects/nixops/dev-shell is executable; skipped
  6. nose.selector: INFO: /home/srghma/projects/nixops/coverage-tests.py is executable; skipped
  7. nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
  8. nose.config: INFO: Excluding tests matching ['^coverage-tests\\.py$']
  9. tests.functional.test_invalid_indentifier.test_invalid_indentifier('json', ['/home/srghma/projects/nixops/tests/functional/test_invalid_indentifier/invalid-identifier.nix']) ... deployment ‘2a90a1b5-7155-11e8-b58f-0242f1563f79’ destroyed
  10. ok
  11. tests.functional.test_invalid_indentifier.test_invalid_indentifier('nixops', ['/home/srghma/projects/nixops/tests/functional/test_invalid_indentifier/invalid-identifier.nix']) ... deployment ‘2afe69a8-7155-11e8-a498-0242f1563f79’ destroyed
  12. ok
  13.  
  14. ----------------------------------------------------------------------
  15. Ran 2 tests in 1.270s
  16.  
  17. OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement