wechaty / python-wechaty-puppet-service

Python Puppet Service Client for Wechaty
https://pypi.org/project/wechaty-puppet-service
Apache License 2.0
9 stars 15 forks source link

🐛🐛 Bug Report: There's a conflict about environment variables #50

Closed wj-Mcat closed 3 years ago

wj-Mcat commented 3 years ago

When I have set WECHATY_PUPPET_SERVICE_TOKEN at my bashrc file, and I also set another token with my python code. It will always the former one.

huan commented 3 years ago

We should add a unit test to enforce it.

wj-Mcat commented 3 years ago

More unit test case are wanted.