-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added corner case for checking expected fail for when name snapces ar…
…e irreconcilable when set to same vaule in config file
- Loading branch information
Terry McGuinness
committed
Jun 26, 2024
1 parent
69b226e
commit 5300dc2
Showing
2 changed files
with
58 additions
and
5 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
Submodule wxflow
updated
5 files
+1 −1 | src/wxflow/__init__.py | |
+6 −10 | src/wxflow/configuration.py | |
+3 −0 | src/wxflow/jinja.py | |
+9 −15 | src/wxflow/task.py | |
+13 −0 | tests/test_jinja.py |