30c8ad4c97
Fix remaining docstrings in zaza/*, the unit_tests/* still need work.
11 lines
248 B
Python
11 lines
248 B
Python
"""Code for configuring glance."""
|
|
|
|
|
|
def basic_setup():
|
|
"""Run setup for testing glance.
|
|
|
|
Glance setup for testing glance is currently part of glance functional
|
|
tests. Image setup for other tests to use should go here.
|
|
"""
|
|
pass
|