63 Commits

Author SHA1 Message Date
Radim Göth
5857fc84d5 Merge pull request #6 from raget/upgrade-to-net6
upgrade to net6, update dependencies, conventions
2022-03-30 13:57:40 +02:00
Göth Radim
615dc28585 upgrade to net6, update dependencies, conventions 2022-03-30 13:30:29 +02:00
Milan Schwarz
a55f78b852 Merge pull request #3 from raget/js-html-snapshot
add html statement snapshot for JS
2021-11-25 13:31:00 +01:00
Milan Schwarz
89f139d372 global.json deleted 2021-11-22 19:20:25 +01:00
Göth Radim
716a8b7afb add html statement snapshot for JS 2021-11-22 15:57:21 +01:00
Milan Schwarz
8b0352c540 contact info extended in README.md 2021-11-11 10:52:22 +01:00
Milan Schwarz
d8d3fe87a6 typo in README.md 2021-11-11 10:38:59 +01:00
Milan Schwarz
2527f8ee21 feedback section added 2021-05-02 11:31:56 +02:00
Milan Schwarz
3521f3231f added section 'How to Practice the Kata in group/mob session by GIT push/pull handover' 2021-05-02 11:20:35 +02:00
Milan Schwarz
1a71e1048d Merge pull request #1 from ysoftdevs/init_changes
java and .net kata preparation
2021-04-30 12:51:00 +02:00
schwarz
6bc1d73819 example tests updated 2021-04-30 12:45:16 +02:00
schwarz
87c84269d9 added example tests 2021-04-30 10:21:08 +02:00
schwarz
e9458859bf visibility of variables of classes are private 2021-04-30 10:12:52 +02:00
schwarz
3ea5ab3182 added link on the forked repo 2021-04-28 16:58:07 +02:00
Emily Bache
4bd455dc2d Merge pull request #14 from ybakos/master
Bump jest and babel dependency versions.
2021-04-01 08:43:46 +02:00
Yong Bakos
04a619cf36 Bump jest and babel dependency versions. 2021-03-30 16:34:43 -07:00
Emily Bache
7f1844029a Merge pull request #13 from Pen-y-Fan/php72
Configured for PHP 7.2+
2020-05-19 08:57:45 +02:00
Pen-y-Fan
d5664e3d37 PHP7.2+ close to the JS code in refactoring ch.1 2020-05-18 23:11:00 +01:00
Pen-y-Fan
5bef5c1bf6 Updated for PHP7.2+ 2020-05-18 23:03:10 +01:00
Pen-y-Fan
458524f117 Created for HtmlStatement to be viewed 2020-05-18 23:02:16 +01:00
Pen-y-Fan
9cf94c2653 PHP7.2+ compatible strict types and type hinting 2020-05-18 22:50:05 +01:00
Pen-y-Fan
8500dd433d Added ECS and PHPStan changed to PHP7.2+
With extensions and helper scrips
2020-05-18 22:43:26 +01:00
Pen-y-Fan
1b405f33c9 Added ECS and PHPStan
With helper batch files
2020-05-18 22:42:07 +01:00
Pen-y-Fan
182f8f4354 Exclude phpunit result and phpstorm 2020-05-18 22:40:16 +01:00
Pen-y-Fan
ef09650680 Corrected output (mirror Refactoring ch.1) 2020-05-18 22:38:51 +01:00
Emily Bache
4cc9177dec Merge pull request #12 from nostradamnit/php-version
Php version
2020-02-13 07:23:29 +01:00
nostradamnit
b2077abe1f Merge pull request #1 from colindecarlo/php-version
Small Tweaks to PHP Version
2020-02-09 18:07:41 +01:00
Colin DeCarlo
65bfcf0818 Update instructions for running PHPUnit 2020-02-09 11:20:21 -05:00
Colin DeCarlo
2f2816b0f3 Replace deprecated method
- approveString has been deprecated in favour of verifyString
2020-02-09 11:20:21 -05:00
Colin DeCarlo
eadf7f1586 Add a phpunit.xml file
- whitelist for code coverage
- point to composer autoloader as the bootstrap file
2020-02-09 11:20:21 -05:00
Colin DeCarlo
f0c56eb0f1 Add the minimum required PHP version
Since typed properties are being used, PHP 7.4 is required.
2020-02-09 11:20:21 -05:00
Sam Cranford
0ac3b72f44 Removed non-necessary test 2020-02-09 12:15:20 +01:00
Sam Cranford
de37fb26a8 Add PHP version of kata 2020-02-09 12:10:16 +01:00
Emily Bache
6fe474d4ac Merge pull request #11 from LarsEckart/update-to-gradle-6
Update to gradle 6
2019-11-14 14:22:22 +01:00
Lars Eckart
2b549e584d update dependencies 2019-11-14 09:30:28 +02:00
Lars Eckart
3548fe376d update gradle wrapper to version 6 2019-11-14 09:30:04 +02:00
Emily Bache
2267e2477a Merge pull request #10 from dertseha/add-go
added Go variant
2019-10-09 13:45:38 +02:00
Christian Haas
b7d9ed303b added Go variant
- using homegrown approval test function
2019-10-06 19:57:02 +02:00
Emily Bache
09a3047087 Merge pull request #8 from ardalis/ardalis/fix-typo
Fix typo in test name
2019-09-19 18:16:31 +02:00
Steve Smith
e7a4628479 Fix typo in test name 2019-09-19 10:08:22 -04:00
Emily Bache
0240bb41a2 Merge pull request #7 from gregorriegler/java-unused-import
Java: remove unused import
2019-09-16 08:12:48 +02:00
Gregor Riegler
2f8e74f45e Java: remove unused import 2019-09-14 20:07:55 +02:00
Emily Bache
184297a679 Merge pull request #6 from khoovirajsingh/master
Swift
2019-09-13 07:54:16 +02:00
khoovis
b1707bc029 converted kata to swift 2019-09-12 20:21:08 +01:00
khoovis
2141835ebd swift version of the kata 2019-09-11 20:03:00 +01:00
Emily Bache
2e599e4f1d Use approval testing framework for statement printer test
It's better to store the expected text in a separate file instead of mixed
in together with the kotlin test code. This is for several reasons
- it is easier to read when the expected value is on several lines
- it is easier to update using a diff merge tool
- it is easier to read the VCS history since it will probably change
more frequently than the rest of the test code
2019-09-10 10:40:56 +02:00
Emily Bache
6d81ebd095 Merge pull request #5 from khoovirajsingh/master
Converted code to kotlin
2019-09-09 10:14:30 +02:00
khoovis
f698110490 Converted code to kotlin 2019-09-08 12:29:31 +01:00
Emily Bache
c97c943c1b Merge pull request #4 from claremacrae/add_cpp
Add C++ version
2019-08-13 14:04:08 +02:00
Clare Macrae
4afb1ef2fe Ignore files generated by CLion 2019-08-13 09:44:31 +01:00