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

Add a green test for the eventCounter projection for each language #54

Open
12 tasks
rradczewski opened this issue Dec 1, 2018 · 1 comment
Open
12 tasks

Comments

@rradczewski
Copy link
Contributor

If implemented, this would help people get started with working on the projections themselves instead of fiddling around with the initial setup.

Needs to be done for every language, but can be done one after another

  • c++
  • clojure
  • csharp
  • elixir
  • elm
  • fsharp
  • java
  • js
  • kotlin
  • php
  • python
  • ruby

Possible aspects of a green test

  • The test works on a sequence of all event types so deserialization of all event types is tested as well (that has been an issue at the DDDBER workshop)
  • The .travis.yml has been adapted so the green test runs on Travis as well
  • The test is already a bit overdesigned & -refactored (e.g. Event-factories and utilities that help with time-dependent projections
@tcoopman
Copy link
Collaborator

tcoopman commented Dec 1, 2018

Can we start with a PR in one language to discuss it? I would propose that the test is easy and obvious.

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

No branches or pull requests

2 participants