Skip to content

슬랙에서 멤버 DB 채우기 #39

슬랙에서 멤버 DB 채우기

슬랙에서 멤버 DB 채우기 #39

GitHub Actions / backend tests failed Oct 6, 2023 in 1s

backend tests ❌

Tests failed

❌ ./waffledotcom/test.xml

20 tests were completed in 2s with 0 passed, 20 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 20❌ 2s

❌ pytest

waffledotcom.src.tests.models.test_position
  ❌ test_create_position
	@pytest.fixture(scope="session")
  ❌ test_add_position_with_same_name
	@pytest.fixture(scope="session")
  ❌ test_on_delete_position
	@pytest.fixture(scope="session")
  ❌ test_assign_user_to_position
	@pytest.fixture(scope="session")
  ❌ test_on_delete_user_with_position
	@pytest.fixture(scope="session")
waffledotcom.src.tests.models.test_sns
  ❌ test_create_sns_account
	@pytest.fixture(scope="session")
  ❌ test_on_delete_sns_account
	@pytest.fixture(scope="session")
  ❌ test_on_delete_user_with_sns_account
	@pytest.fixture(scope="session")
  ❌ test_assign_sns_account_to_user
	@pytest.fixture(scope="session")
waffledotcom.src.tests.models.test_team
  ❌ test_create_team
	@pytest.fixture(scope="session")
  ❌ test_on_delete_team
	@pytest.fixture(scope="session")
  ❌ test_on_delete_user_with_team
	@pytest.fixture(scope="session")
  ❌ test_assign_user_to_team
	@pytest.fixture(scope="session")
waffledotcom.src.tests.models.test_user
  ❌ test_create_user
	@pytest.fixture(scope="session")
  ❌ test_create_user_with_same_username
	@pytest.fixture(scope="session")
  ❌ test_db_session_add_same_object_twice
	@pytest.fixture(scope="session")
waffledotcom.src.tests.unittests.user.test_user_service
  ❌ test_create_user
	@pytest.fixture(scope="session")
  ❌ test_create_user_duplicate_username
	@pytest.fixture(scope="session")
  ❌ test_create_user_duplicate_sso_id
	@pytest.fixture(scope="session")
  ❌ test_list_user_detail
	@pytest.fixture(scope="session")

Annotations

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_position ► test_create_position

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_position ► test_add_position_with_same_name

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_position ► test_on_delete_position

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_position ► test_assign_user_to_position

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_position ► test_on_delete_user_with_position

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_sns ► test_create_sns_account

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_sns ► test_on_delete_sns_account

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_sns ► test_on_delete_user_with_sns_account

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_sns ► test_assign_sns_account_to_user

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_team ► test_create_team

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError

Check failure on line 0 in ./waffledotcom/test.xml

See this annotation in the file changed.

@github-actions github-actions / backend tests

pytest ► waffledotcom.src.tests.models.test_team ► test_on_delete_team

Failed test found in:
  ./waffledotcom/test.xml
Error:
  @pytest.fixture(scope="session")
Raw output
@pytest.fixture(scope="session")
    def db_config() -> DBConfig:
>       return DBConfig(_env_file=settings.env_files)  # type: ignore
E       TypeError: DBConfig.__init__() got an unexpected keyword argument '_env_file'

src/tests/conftest.py:19: TypeError