mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-08 16:14:25 +01:00
👩🔬 refactor: rename repo
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
||||
|
||||
import pytest
|
||||
|
||||
from src.options.generate.generator import Generator
|
||||
from dev_gpt.options.generate.generator import Generator
|
||||
|
||||
|
||||
# The cognitive difficulty level is determined by the number of requirements the microservice has.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import os
|
||||
|
||||
from src.apis.jina_cloud import is_executor_in_hub
|
||||
from src.apis.pypi import is_package_on_pypi, clean_requirements_txt
|
||||
from src.options.generate.generator import Generator
|
||||
from dev_gpt.apis.jina_cloud import is_executor_in_hub
|
||||
from dev_gpt.apis.pypi import is_package_on_pypi, clean_requirements_txt
|
||||
from dev_gpt.options.generate.generator import Generator
|
||||
|
||||
|
||||
def test_is_microservice_in_hub():
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
|
||||
from src.options.generate.generator import Generator
|
||||
from dev_gpt.options.generate.generator import Generator
|
||||
|
||||
def create_code_block(with_backticks, asterisks, with_highlight_info, file_name, start_inline, content):
|
||||
code_block = f'''
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from src.apis.jina_cloud import clean_color_codes
|
||||
from dev_gpt.apis.jina_cloud import clean_color_codes
|
||||
|
||||
|
||||
def test_clean_color_codes():
|
||||
|
||||
Reference in New Issue
Block a user