Back to list
neurostuff

running-tests

by neurostuff

Coordinate- and image-based meta-analysis in Python

203🍴 62📅 Jan 19, 2026

SKILL.md


name: running tests description: Run tests to ensure code functionality and correctness.

Running Tests

  • DO NOT RUN ALL TESTS AT ONCE UNLESS EXPLICITLY INSTRUCTED TO DO SO.

  • Prefer running only the tests relevant to the code you have modified or added.

  • Use pytest to run tests from the repository root, for example:

    pytest nimare/tests/test_annotate_gclda.py::test_gclda_symmetric
    
  • For a slightly broader check without performance-heavy tests, mirror the Makefile behavior:

    pytest -m "not performance_estimators and not performance_correctors and not performance_smoke and not cbmr_importerror" --cov=nimare nimare
    
  • Run tests before and after significant refactors or API changes to confirm behavior is preserved.

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon