|
|
2d80ff19ec
|
feat(mutate): only
|
2024-09-05 02:49:52 +01:00 |
|
|
|
5050ae304f
|
fixes tests
|
2024-09-05 01:24:55 +01:00 |
|
|
|
98e947e0cc
|
more fixes
|
2024-09-05 01:19:17 +01:00 |
|
|
|
68785986a0
|
fix
|
2024-09-05 00:55:37 +01:00 |
|
|
|
8c078087ff
|
Adds covered classes to mutation
|
2024-09-05 00:14:12 +01:00 |
|
|
|
dd20323ca7
|
feat: custom presets
|
2024-09-04 20:53:33 +01:00 |
|
|
|
3a907c886b
|
feat(mutate): requires it by default
|
2024-09-04 11:38:53 +01:00 |
|
|
|
e2d360b1b5
|
chore: adjusts tests
|
2024-09-03 14:09:03 +01:00 |
|
|
|
4e98dfe3c3
|
pr
|
2024-08-10 16:57:48 +01:00 |
|
|
|
ad6dca94fa
|
Adds done
|
2024-08-10 14:27:18 +01:00 |
|
|
|
9353015691
|
feat(presets): reworks code
|
2024-08-07 11:08:29 +01:00 |
|
|
|
af680ca8aa
|
feat(todos): adjusts params order
|
2024-08-03 18:48:53 +01:00 |
|
|
|
651aab560c
|
Allows to set context on todos
|
2024-08-03 18:42:31 +01:00 |
|
|
|
41e50cac05
|
Adds assignees
|
2024-08-03 17:05:34 +01:00 |
|
|
|
45cce6ce93
|
Style
|
2024-07-24 21:54:52 +01:00 |
|
|
|
ee32f25485
|
feat: pr and issue
|
2024-07-04 00:53:58 +01:00 |
|
|
|
5c3bf469d5
|
feat: note()
|
2024-06-27 01:26:54 +01:00 |
|
|
|
60b1e63c23
|
feat: initial work on presets
|
2024-06-08 20:54:46 +01:00 |
|
|
|
8169382362
|
feat: adds after
|
2024-05-08 01:24:30 +01:00 |
|
|
|
b611d0d444
|
wording
|
2024-04-30 20:48:49 +01:00 |
|
|
|
ac7199c96d
|
wip
|
2024-04-30 20:48:27 +01:00 |
|
|
|
2b094b4188
|
Merge branch '2.x' into 3.x
|
2024-01-11 15:37:31 +00:00 |
|
|
|
5258e569c1
|
feat: adds skipOnPHP
|
2024-01-11 15:33:12 +00:00 |
|
|
|
ab64912c70
|
chore: adjusts coding style
|
2024-01-11 11:30:11 +00:00 |
|
|
|
5aa13b8e97
|
chore: adjusts coding style
|
2024-01-11 11:26:48 +00:00 |
|
|
|
bf573b3cac
|
chore: makes tests pass
|
2024-01-08 13:16:53 +00:00 |
|
|
|
53dc9ffa06
|
feat: always use attributes instead of annotations
|
2024-01-05 18:00:14 +00:00 |
|
|
|
a3ab065343
|
chore: coding style
|
2023-12-28 10:36:30 +00:00 |
|
|
|
f83d758d4b
|
feat: adds fails
|
2023-12-28 10:31:39 +00:00 |
|
|
|
453133d382
|
chore: code style changes
|
2023-12-15 11:42:09 +00:00 |
|
|
|
f7705fe1c1
|
feat: onlyOn* methods, removed private onlyOn, rely instead on skipOn* methods
|
2023-11-20 14:51:38 +01:00 |
|
|
|
cf23dfa477
|
feat: onlyOn* methods now use the private onlyOn method
|
2023-11-17 16:16:48 +01:00 |
|
|
|
ab4787c667
|
feat: added onlyOn* methods to run the test only on a specific OS
|
2023-11-17 15:03:28 +01:00 |
|
|
|
2d5840f947
|
Merge pull request #933 from hungthai1401/throws_unless
[2.x] Add `throwsUnless`
|
2023-10-17 10:03:16 +01:00 |
|
|
|
3927177b23
|
finishing the code
|
2023-09-05 20:36:18 -03:00 |
|
|
|
e888f3613b
|
refactor: change falsy to false
|
2023-08-24 16:40:30 +07:00 |
|
|
|
6c3d8829ce
|
feat: throwsUnless method
|
2023-08-24 09:28:47 +07:00 |
|
|
|
f3f35a2ed1
|
feat: adds repeat
|
2023-07-30 23:49:20 +01:00 |
|
|
|
26a6e7d712
|
More tests
|
2023-07-01 10:31:26 +01:00 |
|
|
|
bc951787d3
|
feat(describe): snapshots
|
2023-07-01 10:31:26 +01:00 |
|
|
|
3e8616ec64
|
feat(describe): continues work around hooks
|
2023-07-01 10:31:26 +01:00 |
|
|
|
465c65243d
|
feat(describe): improves logic around hooks
|
2023-07-01 10:31:26 +01:00 |
|
|
|
7460bd6c1f
|
chore: adjusts style
|
2023-06-13 19:59:59 +02:00 |
|
|
|
963b7f43ab
|
Allow traits to be covered
|
2023-05-05 17:59:52 +01:00 |
|
|
|
97898a0a8e
|
feat: allows to use test calls on before each calls
|
2023-05-01 22:18:47 +01:00 |
|
|
|
0823e5da88
|
feat: reworks methods
|
2023-03-31 23:42:10 +01:00 |
|
|
|
a6dec31b9d
|
fix return
|
2023-03-31 22:11:32 +00:00 |
|
|
|
c1979f735f
|
add ability to skip on multiple os families
|
2023-03-31 22:09:45 +00:00 |
|
|
|
1c1cb1e591
|
skip os family
|
2023-03-31 22:03:18 +00:00 |
|
|
|
49ddcbd66b
|
feat: skips on windows
|
2023-03-31 22:20:48 +01:00 |
|