Commit History

Author SHA1 Message Date
  Fabian Peter Hammerle ed078a508d disable ability to invoke `acpi_backlight` module as script (via `python -m acpi_backlight`); made main function private (use entry point `acpi-backlight-eval` instead) 2 years ago
  Fabian Peter Hammerle f7e3784baf drop compatibility with python3.5; test against python3.10 2 years ago
  Fabian Peter Hammerle 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage 2 years ago
  Fabian Peter Hammerle 1c9245e43f pipeline: authenticate at coveralls.io via GITHUB_TOKEN instead of COVERALLS_REPO_TOKEN to no longer require manual configuration of secret 3 years ago
  Fabian Peter Hammerle 36a3ebf181 test against python3.9 3 years ago
  Fabian Peter Hammerle fd6f2580a7 refactor pipeline config: detect name of top-level module automatically 3 years ago
  Fabian Peter Hammerle 43ce2c0d98 added unit test for backlight_eval 3 years ago
  Fabian Peter Hammerle 3e21c5a774 added unit tests for Backlight class 3 years ago
  Fabian Peter Hammerle b3b0c1cf59 pipeline: run pylint 3 years ago
  Fabian Peter Hammerle 289980b1a6 pipeline: run mypy 3 years ago
  Fabian Peter Hammerle a6257d32af pipeline: check test coverage 3 years ago
  Fabian Peter Hammerle 6145e6ae2a format code via black 3 years ago
  Fabian Peter Hammerle 31fd081f9f setup github action running pytest 3 years ago