jlaska / pytest-github

Plugin for py.test that associates tests with github issues using a marker
MIT License
18 stars 9 forks source link

Config should be in a dotfile #5

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

It isnt a good idea to pit tokens in a project directory, and in this case the config file would be identical for all projects. So by default it should be stored in a file like ~/.github.yml

jlaska commented 7 years ago

@jayvdb fair point. In the meantime, you're welcome to override the location of the config file (we actually do this locally) by passing the --github-cfg parameter.