1
0
mirror of git://jb55.com/damus synced 2024-09-29 16:30:44 +00:00
damus/damusTests
Charlie Fish 50f45288ce mute: adding new structs/enums for new mute list
- Adding MuteItem & DamusDuration
- Changing RefId hashtag associated type from TagElem to Hashtag
    - This is done because in MuteItem, we can not create a RefId.hashtag TagElem instance since we don’t have a note associated with a given hashtag mute item.

Related: https://github.com/damus-io/damus/issues/1718
Related: https://github.com/damus-io/damus/issues/856
Lighting Address: fishcharlie@strike.me

Signed-off-by: Charlie Fish <contact@charlie.fish>
Reviewed-by: William Casarin <jb55@jb55.com>
Signed-off-by: William Casarin <jb55@jb55.com>
2024-01-22 11:03:06 -08:00
..
__Snapshots__/EventViewTests test: Add basic snapshot test coverage for EventView 2023-10-16 03:13:28 +02:00
Mocking test: switch test to use failable transactions 2024-01-10 15:38:21 -08:00
Models mute: adding new structs/enums for new mute list 2024-01-22 11:03:06 -08:00
Util nip42: add initial relay auth support 2024-01-05 10:36:03 -08:00
AuthIntegrationTests.swift test: fix crashing in AUTH test 2024-01-10 15:37:52 -08:00
Bech32ObjectTests.swift nip19: add high level bech32 encoding method 2024-01-16 16:55:31 -08:00
Bech32Tests.swift ndb: switch to nostrdb notes 2023-08-03 13:20:36 -07:00
ContentParserTests.swift content: add utf8 char at url left boundary test 2023-07-16 11:46:23 -07:00
DamusCacheManagerTests.swift storage: Improve clear cache functionality 2023-10-07 16:42:08 -07:00
damusTests.swift nip19: add bech32 TLV url parsing 2024-01-22 10:49:33 -08:00
DMTests.swift Fix old notifications always appearing on first start 2023-08-06 09:22:28 -07:00
EventGroupViewTests.swift test: attempt to fix broken tests 2023-11-13 15:03:17 -08:00
EventViewTests.swift tests: disable snapshot tests for now 2023-11-14 07:13:51 -08:00
FormatTests.swift Fix localization issues, add tests, import translations, and add zh-CN and zh-TW 2023-02-24 12:44:54 -08:00
HashtagTests.swift Fix Issue #1820 Hashtags including U+5009 to U+500D are not correctly parsed 2023-12-22 13:59:31 -08:00
InvoiceTests.swift Create helper extensions for Block and update tests for the Block helper model 2023-09-03 18:02:32 -07:00
KeychainStorageTests.swift Replace Vault dependency with @KeychainStorage property wrapper 2023-05-04 15:57:02 -07:00
LikeTests.swift ndb: switch to nostrdb notes 2023-08-03 13:20:36 -07:00
ListTests.swift ndb: switch to nostrdb notes 2023-08-03 13:20:36 -07:00
LocalizationUtilTests.swift Fix localization issues and export strings for translation 2023-07-14 09:34:29 -07:00
LongPostTests.swift tests: add ndb support to tests 2023-09-21 09:10:06 -04:00
NIP19Tests.swift ndb: switch to nostrdb notes 2023-08-03 13:20:36 -07:00
NostrEventTests.swift Fix image links appearing with escaped slashes 2023-08-18 08:41:21 -07:00
NostrScriptTests.swift tests: Disable NostrScriptTests.test_bool_set to reduce noise on CI/CD 2023-12-22 13:56:57 -08:00
NoteContentViewTests.swift nip19: add bech32 TLV url parsing 2024-01-22 10:49:33 -08:00
PostViewTests.swift mention: fix broken mentions when there is text is directly after 2024-01-22 10:40:17 -08:00
ProfileViewTests.swift test: switch test to use failable transactions 2024-01-10 15:38:21 -08:00
RelayPoolTests.swift handle extra slashes for relay url 2023-12-16 17:43:00 -08:00
ReplyDescriptionTests.swift Add image uploader 2023-03-15 17:12:05 -06:00
ReplyTests.swift test: attempt to fix broken tests 2023-11-13 15:03:17 -08:00
RequestTests.swift nip42: add initial relay auth support 2024-01-05 10:36:03 -08:00
TimeAgoTests.swift Fix localization issues, add tests, import translations, and add zh-CN and zh-TW 2023-02-24 12:44:54 -08:00
TrieTests.swift Add trie-based user search cache to replace non-performant linear scans 2023-07-03 12:06:01 -07:00
UrlTests.swift add comma as disallowed char at end of url 2024-01-02 12:07:55 -08:00
UserSearchAppendTests.swift posting: fix issue with username and multiple emojis 2023-09-11 07:48:36 -07:00
UserSearchCacheTests.swift test: temporarily disable UserCacheManagerTests 2023-10-07 14:35:24 -07:00
WalletConnectTests.swift nostrdb: add profiles to nostrdb 2023-09-21 09:10:06 -04:00
ZapTests.swift Fix test target build error 2024-01-10 11:06:32 -08:00