Skip to content

Releases: JuliaTesting/Mocking.jl

v0.8.1

21 Aug 07:56
856b399
Compare
Choose a tag to compare

Mocking v0.8.1

Diff since v0.8.0

Merged pull requests:

  • fix 1.11 change with ScopedValues not being exported into Base (#134) (@KristofferC)

Closed issues:

  • Mocking issue (#114)

v0.8.0

23 Jul 19:50
185778a
Compare
Choose a tag to compare

Mocking v0.8.0

Diff since v0.7.9

Merged pull requests:

v0.7.9

23 Jul 18:49
6a0c9b9
Compare
Choose a tag to compare

Mocking v0.7.9

Diff since v0.7.8

Merged pull requests:

Closed issues:

  • Asynchronous tasks can accidentally call patched functions (#89)
  • Bug: @patch does not work when Mocking is not in scope (#103)
  • Bug: Error while running in @safetestset (#107)

v0.7.8

10 Jul 15:59
5e48424
Compare
Choose a tag to compare

Mocking v0.7.8

Diff since v0.7.7

Merged pull requests:

v0.7.7

10 Jul 16:27
98de500
Compare
Choose a tag to compare

Mocking v0.7.7

Diff since v0.7.6

Merged pull requests:

  • Update GitHub org references to JuliaTesting (#104) (@omus)
  • [#108] Support mocks running a background task (#109) (@NHDaly)

Closed issues:

  • Bug: Error while running in @safetestset (#106)
  • An async task that picks up a patch for a mocked method can MethodError on world age issue (#108)

v0.7.6

03 Mar 17:50
47abfea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

v0.7.5

03 Mar 17:50
f07545f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

07 Oct 03:41
4572de4
Compare
Choose a tag to compare

Mocking v0.7.4

Diff since v0.7.3

Closed issues:

  • Disallow nesting apply functions (#25)
  • Asynchronous tasks can accidentally call patched functions (#89)

Merged pull requests:

  • Fix async behaviour with patch contexts (#91) (@omus)

v0.7.3

04 Oct 10:49
9fd8321
Compare
Choose a tag to compare

Mocking v0.7.3

Diff since v0.7.2

Merged pull requests:

  • MassInstallAction: Install the BlueStyleFormatter workflow on this repository (#88) (@mattBrzezinski)
  • Add support for nested calls to apply (#90) (@tpgillam)

v0.7.2

27 Jul 22:12
b5ad8d0
Compare
Choose a tag to compare

Mocking v0.7.2

Diff since v0.7.1

Closed issues:

  • Support Julia v1.5 short keyword argument syntax (#85)

Merged pull requests: