updated structure
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import pytest
|
||||
from disnake.ext.commands.common_bot_base import CommonBotBase
|
||||
from mock import mock
|
||||
|
||||
from lib.CogsPrep import cog_list, work_with_cogs
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
from bot.lib.CogsPrep import cog_list, work_with_cogs
|
||||
|
||||
|
||||
def test_cog_list():
|
||||
|
||||
Reference in New Issue
Block a user