cycle-telegram icon indicating copy to clipboard operation
cycle-telegram copied to clipboard

Unit testing

Open goodmind opened this issue 9 years ago • 0 comments

General

  • [x] Basic infrastructure for unit tests
  • [ ] Write tests for helpers
    • [ ] defaults
    • [ ] entityIs
    • [ ] getEntityFirst
    • [ ] getEntityFirstValue

Types

  • [ ] Write type tests
    • [x] User
    • [x] ChatMember
    • [x] Chat
    • [x] MessageEntity
    • [x] Message
    • [x] InlineQuery
    • [x] ChosenInlineResult
    • [x] CallbackQuery
    • [x] Update
    • [x] WebhookInfo
    • [ ] Animation
    • [ ] Audio
    • [ ] CallbackGame
    • [ ] Contact
    • [ ] Document
    • [ ] File
    • [ ] ForceReply
    • [ ] Game
    • [ ] GameHighScore
    • [ ] InlineKeyboardButton
    • [ ] InlineKeyboardMarkup
    • [ ] InlineQueryResult
    • [ ] InlineQueryResultArticle
    • [ ] InlineQueryResultAudio
    • [ ] InlineQueryResultCachedAudio
    • [ ] InlineQueryResultCachedDocument
    • [ ] InlineQueryResultCachedGif
    • [ ] InlineQueryResultCachedMpeg4Gif
    • [ ] InlineQueryResultCachedPhoto
    • [ ] InlineQueryResultCachedSticker
    • [ ] InlineQueryResultCachedVideo
    • [ ] InlineQueryResultCachedVoice
    • [ ] InlineQueryResultContact
    • [ ] InlineQueryResultDocument
    • [ ] InlineQueryResultGame
    • [ ] InlineQueryResultGif
    • [ ] InlineQueryResultLocation
    • [ ] InlineQueryResultMpeg4Gif
    • [ ] InlineQueryResultPhoto
    • [ ] InlineQueryResultVenue
    • [ ] InlineQueryResultVideo
    • [ ] InlineQueryResultVoice
    • [ ] InputContactMessageContent
    • [ ] InputFile
    • [ ] InputLocationMessageContent
    • [ ] InputMessageContent
    • [ ] InputTextMessageContent
    • [ ] InputVenueMessageContent
    • [ ] KeyboardButton
    • [ ] Location
    • [ ] PhotoSize
    • [ ] ReplyKeyboardHide
    • [ ] ReplyKeyboardMarkup
    • [ ] Sticker
    • [ ] UserProfilePhotos
    • [ ] Venue
    • [ ] Video
    • [ ] Voice

goodmind avatar Nov 04 '16 13:11 goodmind