Advertisement
Guest User

Untitled

a guest
Jun 10th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. # python3 -m pytest
  2. ============================= test session starts ==============================
  3. platform linux -- Python 3.10.6, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
  4. rootdir: /home/tino/manylinux_2_28/hfst-python, configfile: pyproject.toml, testpaths: test
  5. collected 30 items
  6.  
  7. test/test_att_reader.py ... [ 10%]
  8. test/test_dir_hfst.py . [ 13%]
  9. test/test_dir_hfst_exceptions.py . [ 16%]
  10. test/test_dir_hfst_sfst_rules.py . [ 20%]
  11. test/test_examples.py . [ 23%]
  12. test/test_exceptions.py . [ 26%]
  13. test/test_hfst.py . [ 30%]
  14. test/test_lookup.py . [ 33%]
  15. test/test_old_libhfst.py x.x...... [ 63%]
  16. test/test_pmatch.py . [ 66%]
  17. test/test_prolog.py . [ 70%]
  18. test/test_prolog_reader.py . [ 73%]
  19. test/test_read_att_transducer.py . [ 76%]
  20. test/test_streams.py ... [ 86%]
  21. test/test_tokenizer.py . [ 90%]
  22. test/test_twolc.py . [ 93%]
  23. test/test_xerox_rules.py . [ 96%]
  24. test/test_xre.py . [100%]
  25.  
  26. ======================== 28 passed, 2 xfailed in 4.68s =========================
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement