mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
7 lines
123 B
Python
7 lines
123 B
Python
import core
|
|
|
|
|
|
def test_version_working():
|
|
assert hasattr(core, '__version__')
|
|
assert core.__version__ >= (3, 0, 0)
|