Updating AddEdit to hopefully include ReagentAdd

This commit is contained in:
lwark
2025-01-06 09:15:43 -06:00
parent b55258f677
commit 8662bbdc2f
9 changed files with 67 additions and 12 deletions

View File

@@ -449,7 +449,10 @@ class Settings(BaseSettings, extra="allow"):
def set_from_db(self):
if 'pytest' in sys.modules:
output = dict(power_users=['lwark', 'styson', 'ruwang'])
output = dict(power_users=['lwark', 'styson', 'ruwang'],
startup_scripts=dict(hello=None),
teardown_scripts=dict(goodbye=None)
)
else:
# print(f"Hello from database settings getter.")
# print(self.__dict__)