Skip to content

Latest commit

 

History

History
181 lines (144 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

181 lines (144 loc) · 13.3 KB

Changelog

v2.5.0 (2021-05-17)

Feature

  • Migration to pydriller>=2.0 (a3b553f)

Documentation

  • Rewrite tutorial (7c3e98d)
  • Add tutorial and images (eb2c717)
  • Switched to non-recursive test targets call (544f4ac)
  • Fixed Makefile example (2753568)
  • Add cov-threshold tutorial (497ceb9)

v2.4.0 (2021-03-31)

Feature

  • Added handling of lines without mapping (d5dd6f5)

Fix

Documentation

  • Note about intersection and surroundings algorithm (f303ef8)

v2.3.0 (2021-03-29)

Feature

  • Rts from changes between commits (13b490b)

Documentation

  • Clarify change detection in readme (bb899cc)
  • Added missing env variable definition (a395403)
  • Styling (323e19d)
  • Styling (dfcfbe7)
  • Added example of Makefile (f2cd489)
  • Update functionality description (d65aa12)
  • Mention committed changes flag (a0c26cc)
  • Added --cov-config flag to init section (3807a30)

v2.2.0 (2021-03-24)

Feature

  • Run tests from changes in workdir (5836afd)

Documentation

  • Mention relative files configuration (07104f8)
  • Fixed initialization section (d093abb)
  • Added troubleshooting section (d03881e)
  • Updated usage instructions and removed outdated files (c8639e1)

v2.1.0 (2021-03-18)

Feature

  • Run new tests based on pytest-cov (7d40a75)
  • Start integrating to pytest-cov (af328ba)
  • Handle usage in non-git directory (8ad080b)
  • Create a pytest plugin (#67) (1ed34e3)

Fix

Documentation

  • Fix readme after changes in usage (dea8b91)
  • Aligned commit types with commit checker (3a865de)
  • Add performance section to changelog (b7f6139)
  • Added Acknowledgement section to README.md (#75) (4de6632)
  • Added link to the tutorial to README.md and fixed usage sectino (9d25edf)
  • Fix module name in setup.py (7f18303)
  • Added license (ebfdd66)
  • Update docs to match usage with plugin (#68) (d98f19a)
  • Improved sequence diagrams (#64) (c558438)
  • Added sequence diagrams, fixed links (#59) (84edc4e)
  • Added common docs, fixed README.md (#51) (6240861)
  • Scaled up logo a bit (c58c829)
  • Added vector logo (379379b)
  • Added logo (#43) (f080cd2)

v1.2.1 (2021-03-03)

Fix

  • Fix crash in test function runtimes (ad4c1f3)

v1.2.0 (2021-02-15)

Feature

  • Handle usage in non-git directory (8ad080b)

Documentation

  • Add performance section to changelog (b7f6139)

v1.1.10 (2021-01-29)

Fix

  • Rename selection file to prevent test discovery (b80f30a)

Documentation

  • Added Acknowledgement section to README.md (#75) (4de6632)
  • Added link to the tutorial to README.md and fixed usage sectino (9d25edf)

Performance

Mapping database initialization for RTS

Pytest run of "pandas/tests/arithmetic/" of Pandas (Commit 3bd3d1ec253a8a18ac951511820eb970f62baaed, 11839 tests) normal run Coverage.py "dynamic context" pytest-rts 1.1.10
Database size - 2.8 MB 307 MB
Runtime 2min 5s 4min 36s 5min 36s

v1.1.9 (2020-12-21)

Fix

Performance

Mapping database initialization for RTS

Pytest run of "pandas/tests/arithmetic/" of Pandas (Commit 3bd3d1ec253a8a18ac951511820eb970f62baaed, 11839 tests) normal run Coverage.py "dynamic context" pytest-rts 1.1.9
Database size - 2.8 MB 307 MB
Runtime 2min 5s 4min 36s 2h 24min 7s

v1.1.8 (2020-12-21)

Fix

v1.1.7 (2020-12-21)

Fix

v1.1.6 (2020-12-21)

Fix

v1.1.5 (2020-12-21)

Fix

v1.1.4 (2020-12-21)

Fix

v1.1.3 (2020-12-21)

Fix

  • Merge branch 'master' of github.com:F-Secure/pytest-rts (97ab69d)
  • Pypi upload (c6ba5bc)

v1.1.2 (2020-12-21)

Fix

Documentation

v1.1.1 (2020-12-18)

Fix

v1.1.0 (2020-12-18)

Feature

Fix

  • Track code in init.py files (ab89c7b)

Documentation