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

Tests, tests, tests! #4

Open
pthariensflame opened this issue Aug 15, 2015 · 3 comments
Open

Tests, tests, tests! #4

pthariensflame opened this issue Aug 15, 2015 · 3 comments

Comments

@pthariensflame
Copy link
Member

We need them. The infrastructure is in place, but none are written!

List of tests needed:

  • Core:
    • Monadic interface:
      • pure
      • fmap / <^>
      • ap / <*>
      • bind / >>-
      • flatten
    • Double-groupoidal interface:
      • request
      • respond
      • pull
      • push
      • >>| / |<<
      • |>> / <<|
      • |>| / |<|
      • >|> / <|<
      • +>> / <<+
      • >>~ / ~<<
      • >+> / <+<
      • >~> / <~<
      • reflect
    • delay
    • runEffect
    • discard
    • each:
      • SequenceType overload
      • Variadic overload
    • once
    • next
    • fold
    • foldRet
    • toList
  • Convenience:
    • Arrow-style interface:
      • arr
      • left
      • right
      • +++
    • yield
    • await
    • cat
    • >~~ / ~~<
    • ~~> / <~~
    • >-> / <-<
  • Prelude:
    • drain
    • chain
    • not
    • mconcat
    • head
    • last
    • isEmpty
    • length
    • mapInput
    • mapOutput
    • map
    • mapMany
    • description
    • debugDescription
    • concat
    • all
    • any
    • and
    • or
    • sum
    • product
    • maximum
    • minimum
    • scan
    • scan1
    • scan1i
    • repeat
    • replicate
    • take
    • takeWhile
    • drop
    • dropWhile
    • elem
    • notElem
    • find
    • filter
    • elemIndices
    • findIndex
    • findIndices
    • zip
    • zipWith
  • Grouping:
    • span
    • extreme
    • splitAt
    • groupBy
    • group
    • draw
    • skip
    • drawAll
    • skipAll
    • unDraw
    • peek
    • isEndOfInput
    • foldAll
    • GroupedProducer basics:
      • pure
      • fmap / <^>
      • ap / <*>
      • bind / >>-
      • flatten
      • wrap:
        • Single-layer overload
        • Multiple-layer overload
      • delay
      • next
      • discard
    • groupsBy
    • groups
    • chunksOf
    • concats
    • intercalates
    • takes
    • takesRet
    • drops
  • I/O:
    • fromHandle / stdinLn
    • toHandle / stdoutLn
    • describe
    • debugDescribe
    • writeTo
@pthariensflame
Copy link
Member Author

Updating the list to account for #7.

@pthariensflame
Copy link
Member Author

Updating the list to account for #10.

@pthariensflame
Copy link
Member Author

Updating the list to account for #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant