-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Checkpoint * Zipify packages located inside addons dir passed to `install_addons_from_dir` * Fix error propagating arguments * Ignore certain dirs zipping addon packages * Fix order of execution * Debug in CI * Debug in CI * Debug in CI * Debug in CI * Debug in CI * Fixed errors? * Expose functions * Confirm that is a cache problem * A bit of refactor * Add custom marker for tests * Fix test execution in CI * Remove cache temporally from CI * Rename confusing argument `addons_module_names` to `addons_ids` * Disable temporally cache in CI * Add pytest-blender-debug option * Full isolation for current tests * Add tests for blender-addons-dirs option * Add tests for pytest-blender-debug option * Set alias in CI * Try a fix for CI * Try a fix for CI * Add tests for 'blender-addons-cleaning' option * Add test for 'install_addons_from_dir' kwarg * Add tests for 'blender-executable' option * Update integration test * Add tests for 'blender-template' option * Update exposed functions * Add docs * Update versions in CI * Possible fix for addons directory discovering * Try to fix error in test * Some refactor in tests * Add tests for blender execution * Minor changes from review
- Loading branch information
Showing
30 changed files
with
1,517 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 2.0.0 | ||
current_version = 3.0.0 | ||
|
||
[bumpversion:file:pytest_blender/__init__.py] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.