• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

johnbywater / eventsourcing
96%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 21 Feb 2017 04:37PM UTC
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/better_type_annotations
branch: feature/better_type_annotations
CHANGE BRANCH
x
Reset
  • feature/better_type_annotations
  • 9.0
  • 9.1
  • develop
  • feature/actor_model
  • feature/aggregate_root
  • feature/apply_policy_to_generated_events
  • feature/apps_in_runner_not_system_object
  • feature/async_by_duplicating_methods
  • feature/axon-record-manager
  • feature/better-readme
  • feature/better_docs
  • feature/better_event_classes
  • feature/better_events_and_mutators
  • feature/better_iterators
  • feature/better_singledispatch
  • feature/better_sql_table_indexes
  • feature/better_sqlalchemy_create_tables
  • feature/better_wsgi_doc
  • feature/black
  • feature/book_version
  • feature/bsd_licence
  • feature/cassandra_reflection
  • feature/cassandra_usage
  • feature/causal_dependencies
  • feature/clean_namespace
  • feature/commands_process
  • feature/data_integrity
  • feature/ddd_cargo_example
  • feature/declarative_syntax
  • feature/django_orm
  • feature/django_process_application
  • feature/documentation_for_snapshotting
  • feature/drop_sunder_style
  • feature/field_called_notification_id
  • feature/github-actions
  • feature/grpc-runner
  • feature/install_less_packages
  • feature/paxos
  • feature/process_and_multiprocess
  • feature/process_and_system2
  • feature/process_and_system_in_django
  • feature/py35_and_pypy_again
  • feature/python-3.10
  • feature/python-3.8-again-this-time-with-ray
  • feature/python3.8
  • feature/ray-runner
  • feature/refactor_app_and_mutator
  • feature/reflect_event_attrs
  • feature/reflexive_mutator
  • feature/remove_combined_persistence_policy
  • feature/resume_token
  • feature/retry_decorator
  • feature/store_bytes2
  • feature/subclass_events_decorator
  • feature/timestamps_as_decimals
  • feature/travis-with-python3.7
  • feature/tuple_transcoding
  • feature/type_annotations_and_mypy
  • feature/unify-ray-runner-calls-to-applications
  • hotfix/5.1.1
  • hotfix/8.2.4
  • hotfix/8.2.5
  • johnbywater-patch-1
  • main
  • master
  • pull/213
  • release/2.1.1
  • release/3.0.0
  • release/3.1.0
  • release/4.0.0
  • release/4.1.0
  • release/5.0.0
  • release/6.1.0
  • release/6.3.0
  • release/7.1.0
  • release/7.1.2
  • release/7.1.3
  • release/7.1.4
  • release/7.1.5
  • release/7.1.6
  • release/7.2.0
  • release/7.2.1
  • release/7.2.2
  • release/7.2.4
  • release/8.0.0
  • release/8.1.0
  • release/8.2.0
  • release/8.2.2
  • release/8.2.3
  • release/8.3.0
  • revert-152-feature/paxos
  • rework2_to_avoid_connection_already_close_connection
  • rework_to_avoid_connection_already_closed_error
  • v2.0.0
  • v2.1.0
  • v2.1.1
  • v3.0.0
  • v3.1.0
  • v4.0.0
  • v5.0.0
  • v5.0.1
  • v5.1.0
  • v5.1.1
  • v6.0.0
  • v6.1.0
  • v6.2.0
  • v6.3.0
  • v7.0.0
  • v7.1.0
  • v7.1.1
  • v7.1.2
  • v7.1.3
  • v7.1.4
  • v7.1.6
  • v7.2.0
  • v7.2.1
  • v7.2.2
  • v7.2.4
  • v8.0.0
  • v8.1.0
  • v8.2.0
  • v8.2.1
  • v8.2.2
  • v8.2.3
  • v8.2.4
  • v8.2.5
  • v8.3.0
  • v9.1.0
  • v9.1.0rc1
  • v9.1.1
  • v9.1.2
  • v9.1.3
  • v9.1.4

pending completion
2674

Pull #198

travis-ci

web-flow
Slightly better type hints in library. Made WrappedRepository generic.

Also changed policy() to be a normal method (was static).

Also added type hints to Paxos example.
Pull Request #198: Feature/better type annotations

987 of 987 new or added lines in 45 files covered. (100.0%)

4682 of 4854 relevant lines covered (96.46%)

2.89 hits per line

Relevant lines Covered
Build:
Build:
4854 RELEVANT LINES 4682 COVERED LINES
2.89 HITS PER LINE
Source Files on feature/better_type_annotations
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2674 feature/better_type_annotations Slightly better type hints in library. Made WrappedRepository generic. Also changed policy() to be a normal method (was static). Also added type hints to Paxos example. Pull #198 23 Nov 2019 05:22AM UTC web-flow travis-ci pending completion  
2673 feature/better_type_annotations Slightly better type hints in library. Made WrappedRepository generic. Also changed policy() to be a normal method (was static). Also added type hints to Paxos example. push 23 Nov 2019 04:39AM UTC johnbywater travis-ci pending completion  
2672 feature/better_type_annotations Better polymorphism in type hinting (using type vars for subclasses). Especially, the __create__() entity class method of seems good! :-) Don't use cast() now, but still used 'assert isinstance()' for PyCharm. push 22 Nov 2019 07:27PM UTC johnbywater travis-ci pending completion  
2671 feature/better_type_annotations Changed .repository and .event_store of application from being Optional. push 21 Nov 2019 08:36PM UTC johnbywater travis-ci pending completion  
2670 feature/better_type_annotations Added py.typed file (to mark a package as supporting type checking). https://mypy.readthedocs.io/en/latest/installed_packages.html push 20 Nov 2019 11:51PM UTC johnbywater travis-ci pending completion  
2669 feature/better_type_annotations Finished type hints for untyped defs in application/system.py. push 20 Nov 2019 10:50PM UTC johnbywater travis-ci pending completion  
2668 feature/better_type_annotations Adjusted the way 'session' is passed around. Also added type hints. push 20 Nov 2019 06:44PM UTC johnbywater travis-ci pending completion  
2667 feature/better_type_annotations Fixed test (passing of datastore session to infrastructure factory). push 20 Nov 2019 01:58PM UTC johnbywater travis-ci pending completion  
See All Builds (2347)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc