mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
[Core] Add dynamic versioning based on git tag (#790)
This commit is contained in:
6
tests/core/test_version.py
Normal file
6
tests/core/test_version.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import core
|
||||
|
||||
|
||||
def test_version_working():
|
||||
assert hasattr(core, '__version__')
|
||||
assert core.__version__ >= (3, 0, 0)
|
||||
Reference in New Issue
Block a user