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

quaquel / EMAworkbench
80%
master: 88%

Build:
Build:
LAST BUILD BRANCH: sampling_simplification
DEFAULT BRANCH: master
Repo Added 28 Jul 2015 01:19PM UTC
Files 75
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 python-3.12-ci
branch: python-3.12-ci
CHANGE BRANCH
x
Reset
  • python-3.12-ci
  • 0.6
  • 09dev
  • 1x
  • 2.0
  • 2.1
  • 2.1-inprogress
  • 2.1.1
  • 2.1.2
  • 2.2-cherrypick
  • 2.2.0
  • 2.2.1
  • 2.3-release
  • 2.3.0
  • 2.4-dev
  • 2.4.0
  • 2.4.0-bump
  • 2.4.1
  • 2.5-release
  • 2.5.0
  • 2.5.0-notes
  • CI-Py311
  • CI-Py311-allOS
  • MPI-tutorial
  • MPIEvaluator
  • MPIEvaluator-benchmarks
  • ParameterBugfixes
  • ReadtheDocs-yaml
  • adaptive_policy
  • addException
  • advanced_sampling
  • altair-v5-fix
  • analysis-error-messages
  • annotated_tradeoff
  • better-pairplots
  • black-formatting
  • black_2022.3
  • bugfix_optimization
  • bugfix_prim
  • bugfixes
  • callback_test_and_fix
  • changelog
  • ci-lint
  • ci-opt
  • ci-opt2
  • ci-pip-pre-and-py311
  • ci-pre-commit-autoupdate
  • ci-pytest-py310
  • ci-rel-packages-upload
  • ci-timeout
  • ci-weekly
  • citation
  • contributing-docs
  • convergence_tracking
  • coveralls_fix
  • deepsource
  • dependabot-yml
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/setup-python-5
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-4
  • depreciations
  • depreciations-2022-10
  • doc_ro
  • documentation_updates
  • evaluators
  • examples_docs
  • featurescore
  • finalizer
  • fs_logmessage
  • gitignore
  • https-urls
  • improve-warnings-and-errors
  • init-2.3.0-dev
  • inspect_graph
  • integration_tests
  • intial-contributing
  • ioloop_deprecation
  • ipython_parallel
  • issue_template
  • jeff_branch
  • lake_model_performance
  • lemon-notebook
  • levers
  • load_results_bugfix
  • maintenance-2.2
  • maintenance-2.4
  • masked_arrays
  • master
  • matplotlib-3.7-depr
  • mesa_example_update
  • mpi_fixes
  • mpi_update
  • multi-node-development
  • n_processes-1
  • n_processes_fix
  • optimization
  • outcome_doc
  • output_space_exploration
  • parallexaxis_doc
  • patch-1
  • patch-10
  • patch-11
  • patch-12
  • patch-13
  • patch-14
  • patch-2
  • patch-3
  • patch-5
  • patch-6
  • patch-7
  • patch-9
  • performance-1
  • performance-2
  • points-repr
  • pre-commit
  • pre-commit-2
  • pre-commit-ci-update-config
  • pre-commit-fixes
  • preallocate
  • prim
  • prim_bug
  • prim_logging
  • pynetlogo
  • pyproject
  • pyproject-package
  • pysd
  • python-3.10
  • python-3.12-pre
  • python-3.9-plus
  • python_perf
  • pyupgrade-38
  • qmc
  • randomvars
  • readthedocs-search-ranking
  • regional_sa
  • rel-2.2.0
  • rel-ci-maint
  • rel-config-emojis
  • remove-test-init
  • remove_lookup
  • reorganization
  • rhodium_docs
  • salib
  • sampling_simplification
  • scikit-learn-requirement
  • seaborn-shade-depr
  • sklearn-1.2-deprecation
  • sklearn-depreciation
  • spelling-fix
  • stable-0.6
  • stalled_mpi_tests
  • stalling_tests
  • static-analysis
  • statsmodels-stable
  • underscore_flag
  • v2
  • v2_excel
  • vadere_model_connector
  • valid_identifers_deprc
  • valid_identifiers
  • vensim_dll
  • version-2.5.0-dev

17 Nov 2023 01:09PM UTC coverage: 80.217% (-0.007%) from 80.224%
6904413350

push

github

EwoutH
Fix Incorrect Mock Assertion in TestEvaluators for Python 3.12

This commit resolves an AttributeError in the test_ipyparallel_evaluator method of the TestEvaluators class. The error was caused by the use of a non-existent method called_once() on a mock object. The correct method, assert_called_once(), has been applied to ensure the proper assertion of the mocked method's call frequency. This change ensures the test aligns with the intended functionality and adheres to the correct usage of the unittest.mock library in Python.

4663 of 5813 relevant lines covered (80.22%)

0.8 hits per line

Relevant lines Covered
Build:
Build:
5813 RELEVANT LINES 4663 COVERED LINES
0.8 HITS PER LINE
Source Files on python-3.12-ci
  • Tree
  • List 34
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6904413350 python-3.12-ci Fix Incorrect Mock Assertion in TestEvaluators for Python 3.12 This commit resolves an AttributeError in the test_ipyparallel_evaluator method of the TestEvaluators class. The error was caused by the use of a non-existent method called_once() on ... push 17 Nov 2023 01:12PM UTC EwoutH github
80.22
6904413907 python-3.12-ci Merge 94234ee6f into 0ecf4a854 Pull #314 17 Nov 2023 01:12PM UTC web-flow github
80.22
6904212096 python-3.12-ci Fix Incorrect Mock Assertion in TestEvaluators for Python 3.12 This commit resolves an AttributeError in the test_ipyparallel_evaluator method of the TestEvaluators class. The error was caused by the use of a non-existent method called_once() on ... Pull #314 17 Nov 2023 12:54PM UTC EwoutH github
80.22
6904212613 python-3.12-ci Merge dce86d81a into 2cfca39a1 Pull #314 17 Nov 2023 12:54PM UTC web-flow github
80.22
6904157458 python-3.12-ci CI: Switch default jobs to Python 3.12 Add Python 3.12 to CI testing by switching all default jobs to 3.12. Python 3.9 to 3.11 is still tested. Pull #314 17 Nov 2023 12:49PM UTC EwoutH github
80.22
See All Builds (1484)
  • 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

© 2025 Coveralls, Inc