ASFHyP3 / hyp3-testing

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

allow searching by a different user than the authorized user #64

Closed jhkennedy closed 9 months ago

jhkennedy commented 10 months ago

This is useful, in particular, when running a golden test from GitHub, but later wanting to pull it down locally without having to log in as the hyp3 testing user.

Alternative: Instead of an env variable, this could be a pytest CLI switch. :thinking:

jhkennedy commented 9 months ago

I switched to using a CLI argument to be consistent with our other options (e.g., name, golden-dirs) .

I've also generalized this to all the golden tests.