DOI-USGS / mda.streams

backend tools for powstreams
Creative Commons Zero v1.0 Universal
3 stars 8 forks source link

add scheme argument to post_xx, delete_xx, list_xx, etc.? #238

Open aappling-usgs opened 8 years ago

aappling-usgs commented 8 years ago

e.g.,

post_site(mysites, scheme='mda_streams_dev')

would set the scheme to 'mda_streams_dev' before posting, post, then reset the scheme to whatever it was before the call.

pro: fewer accidental changes to the real mda_streams files while testing functions pro: wouldn't be that hard to implement con: would require time & changes to many files