Skip to content

Commit 787d2a5

Browse files
committed
Lots of more tests and code cleanup and better documentation
1 parent 1ca051d commit 787d2a5

6 files changed

Lines changed: 1023 additions & 147 deletions

File tree

ChangeLog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025.11.3
2+
=========
3+
4+
* Sync with latest of https://github.com/Alir3z4/stop-words.
5+
* Add much more tests and cleaned up the code.
6+
* Modernized Python packaging and publishing.
7+
8+
19
2018.7.23
210
=========
311

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test: ## Run test suite
1616
python -m unittest discover -s src/ -v
1717

1818
coverage: ## Generate coverage report
19-
coverage run -m unittest discover
19+
coverage run -m unittest discover -s src/
2020
coverage report
2121
coverage xml
2222

0 commit comments

Comments
 (0)