Changes

Summary

  1. Converted basic tests to pytest (commit: a617550) (details)
  2. configured doctests (commit: bfa8aa8) (details)
  3. made ipynb_drop_output importable (commit: 4e7d046) (details)
  4. ignore some pytest relevant files (commit: 781455c) (details)
  5. Added nbsmoke requirement (commit: 1dbacbf) (details)
  6. Add PyInstaller dependency (commit: 24ef2df) (details)
  7. Documented tests (commit: dab801d) (details)
Commit a6175508c6a2d921e1907da1f1efbfc691837eed by Thorsten Vitt
Converted basic tests to pytest
(commit: a617550)
The file was modified requirements-dev.txt (diff)
The file was modified test/integration_test.py (diff)
The file was modified test/mallet_test.py (diff)
The file was modified test/doclist_tests.py (diff)
The file was modified test/test_fuzzy_segmenting.py (diff)
The file was modified setup.cfg (diff)
Commit 4e7d0469f91329209614c496e55ba58369e711fc by Thorsten Vitt
made ipynb_drop_output importable
(commit: 4e7d046)
The file was modified docs/ipynb_drop_output.py (diff)
Commit 781455cd13de73c8f2e87f1307f08b4931fba413 by Thorsten Vitt
ignore some pytest relevant files
(commit: 781455c)
The file was modified .gitignore (diff)
The file was modified requirements-dev.txt (diff)
Commit 24ef2dff4d4cd33d853f5c24c81d411dc8cfaa62 by Thorsten Vitt
Add PyInstaller dependency
pytest imports all modules which fails for the pyinstaller hooks, so
either exclude them or add pyinstaller to the dev dependencies
(commit: 24ef2df)
The file was modified requirements-dev.txt (diff)
The file was modified docs/CONTRIBUTING.md (diff)