Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat: 298] 2024년도의 컨트리뷰터 필터링 #305

Merged
merged 19 commits into from
Jun 3, 2024

refactor: 기여자들의 연도에서 마지막 해의 기여자를 가져오도록 수정

34cbacb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[Feat: 298] 2024년도의 컨트리뷰터 필터링 #305

refactor: 기여자들의 연도에서 마지막 해의 기여자를 가져오도록 수정
34cbacb
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded May 30, 2024 in 0s

All 18 tests pass in 5s

11 files  ±0  11 suites  ±0   5s ⏱️ ±0s
18 tests ±0  18 ✅ ±0  0 💤 ±0  0 ❌ ±0 
18 runs   - 1  18 ✅  - 1  0 💤 ±0  0 ❌ ±0 

Results for commit 34cbacb. ± Comparison against earlier commit 4c23d5f.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

18 tests found

There are 18 tests, see "Raw output" for the full list of tests.
Raw output
com.droidknights.app.ExampleUnitTest ‑ addition is correct
com.droidknights.app.core.data.repository.DefaultContributorRepositoryTest ‑ Then: 컨트리뷰터를 반환한다
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 북마크 제거 테스트
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 북마크 추가 테스트
com.droidknights.app.core.data.repository.DefaultSessionRepositoryTest ‑ 역직렬화 테스트
com.droidknights.app.core.data.repository.DefaultSponsorRepositoryTest ‑ 역직렬화 테스트
com.droidknights.app.core.datastore.SettingsPreferencesDataSourceTest ‑ isDarkTheme 저장 및 조회 테스트
com.droidknights.app.core.datastore.SettingsPreferencesDataSourceTest ‑ isDarkTheme 초기상태 테스트
com.droidknights.app.core.domain.usecase.GetBookmarkedSessionsUseCaseTest ‑ Then: 북마크된 세션들을 반환한다
com.droidknights.app.core.domain.usecase.GetBookmarkedSessionsUseCaseTest ‑ Then: 북마크된 세션들을 시작시간이 빠른 순으로 정렬하여 반환한다
com.droidknights.app.core.domain.usecase.GetContributorsUseCaseTest ‑ Then: 올해 드로이드나이츠 컨트리뷰터를 반환한다
com.droidknights.app.feature.contributor.ContributorViewModelTest ‑ 컨트리뷰터 데이터를 확인할 수 있다
com.droidknights.app.feature.home.HomeViewModelTest ‑ 후원사 리스트가 비어있다면 후원사 데이터를 확인할 수 없다
com.droidknights.app.feature.home.HomeViewModelTest ‑ 후원사 리스트가 존재한다면 후원사 데이터를 확인할 수 있다
com.droidknights.app.feature.session.SessionDetailViewModelTest ‑ 세션 데이터를 확인할 수 있다
com.droidknights.app.feature.session.SessionDetailViewModelTest ‑ 세션의 북마크 여부를 변경할 수 있다
com.droidknights.app.feature.session.SessionDetailViewModelTest ‑ 세션의 북마크 여부를 확인할 수 있다
com.droidknights.app.feature.session.SessionViewModelTest ‑ 세션 데이터를 확인할 수 있다