Releases: davidjrice/autopytest
Releases · davidjrice/autopytest
v0.0.11
v0.0.10
v0.0.9
0.0.8
-
🐛 fix: run the correct path for when individual tests are modified
-
♻️ refactor: Autotest class and update tests for improved type safety and readability
-
🔧 build: lcov configuration
-
🧪 tests: add test for the start method, refactor logs and initialisation
-
🧽 lint: fix warning
-
🧪 tests: add basic test for on_modified handler
-
🧪 tests: add lcov configuration
-
🧪 tests: add more coverage for File class
-
🔨 build: configure all tools cache / output directories
-
Full Changelog: 0.0.7...0.0.8
0.0.7
- Improvements to get full pass on codeclimate by @davidjrice in #10
- CodeClimate II by @davidjrice in #11
Full Changelog: 0.0.6...0.0.7
0.0.6
- 🔧 build: remove deprecated gha config
- 👷 ci: test against Python 3.10
- ♻️ refactor: python 3.10 support
- ♻️ refactor: extract config class
- 🔧 build: add helper Make tasks
- ⚡️ performance: add default ignore paths to include common Python project files
- 🔧 build: specify dev dependencies in pyproject.toml
- 🐛 fix: specify correct regex for .py file matching
- 🐛 fix: expand source parent path for macOS support
- ♻️ refactor: extract File class to handle test path detection
- ♻️ refactor: improve test coverage
- 🔧 add make command for generating coverage
- ⚡️ add more default ignore patterns
- ⚡️ ignore directory change events
- ✨ disable pytest-cov output
- ✨ disable pytest header
- ✅ tests: improve build to aggregate test coverage across python versions and fail if less than a certain percentage
- ✅ ci: passing build on windows
- 👷 ci: add python 3.10 to build and add linters
0.0.5
- fix: fully support mac and linux envs
0.0.4
- add logging of matcher config
- fix: expand absolute path when configuring matchers
- fix: use correct config
0.0.3
- allow configuration of
include_source_dir_in_test_path
to support different directory structures (default is true) - improve documentation regarding new config
0.0.2
- improve logging
- adds logging for when a file is modified
- adds logging for when a test file cannot be found
- if there is no matching unit test file, run the entire suite