1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Improve test coverage and fix issue in path loading (#602)

* reactivate skipped tests

* remove unused internal interfaces

* enable pytest in VS Code

* simplify and fix path logic in loader

* increase test coverage

* test missing config

* check for wrong printer names

* Skipped appdir test
This commit is contained in:
Patrick Kanzler
2023-12-06 00:25:36 +01:00
committed by GitHub
parent 5914c7c560
commit 815f247df1
8 changed files with 167 additions and 39 deletions

View File

@@ -8,6 +8,8 @@ Changelog
changes
^^^^^^^
- use version 0.15 and upwards of python-barcode
- fix an issue in the config provider that prevented
config files to be found when only a path was supplied
contributors
^^^^^^^^^^^^