mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 06:11:37 +03:00
2e89e73f37
Make version info static when running in pytest. I also tried adding in test_snapshots.py: import textual_paint textual_paint.__version__ = "snapshot test edition 1" import textual_paint.__init__ as init init.__version__ = "snapshot test edition 2" which seemed to have no effect. Since I already have special case logic for __version__ in __init__.py, I'm reasonably happy with this solution. |
||
---|---|---|
.. | ||
test_snapshots.ambr |