mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
WIP on data structure processing patterns.
This commit is contained in:
parent
f3714c88a6
commit
f066e361f1
6 changed files with 575 additions and 56 deletions
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ tests:
|
|||
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
|
||||
|
||||
newtests:
|
||||
PYTHONPATH=./v2 $(NOSETESTS) -d -w test/v2 -v
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w test/v2 -v
|
||||
|
||||
|
||||
authors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue