mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
This is an exceedingly rough sketch of what attributes might look like - metaclass implementations NOT complete.
This commit is contained in:
parent
0c40c6c23c
commit
335221d79e
8 changed files with 128 additions and 63 deletions
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ tests:
|
|||
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
|
||||
|
||||
newtests:
|
||||
PYTHONPATH=./v2/ $(NOSETESTS) -d -w v2/tests -v
|
||||
PYTHONPATH=./v2 $(NOSETESTS) -d -w test/v2 -v
|
||||
|
||||
|
||||
authors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue