Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbali0524 committed Jul 17, 2023
1 parent 09bdb97 commit 0d955de
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Github Action workflow added.
- More CG puzzle test cases added. The repo now contains all public test cases for all medium, hard and expert puzzles and at least 1 test case for all easy puzzles. In total __4300+__ test cases for __770+__ puzzles.
- Statement texts for hard and expert puzzles added.
- Nothing yet

### Changed

Expand All @@ -21,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet

## [v1.9.0](https://github.com/tbali0524/cgtest/releases/v1.9.0) - 2023-07-17

### Added

- Github Action workflow added.
- More CG puzzle test cases added. The repo now contains all public test cases for all medium, hard and expert puzzles and at least 1 test case for all easy puzzles. In total there are __4300+__ test cases for __770+__ puzzles.
- Statement texts for hard and expert puzzles added.

## [v1.8.0](https://github.com/tbali0524/cgtest/releases/v1.8.0) - 2023-04-07

### Added
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ At CG, you don't have to bother about setting up any local development environme

However, sometimes you might want to setup and use your own local dev environment. Having to copy (even with autosync tools) your code to the CG online IDE just to run some tests can be tedious.

The repo contains all public test cases for all medium, hard and expert puzzles and at least 1 test case for all easy puzzles. The repo also contains the puzzle statement texts of all hard and expert solo puzzles (official and community) to allow you using full-text search locally.
The repo contains all public test cases for all medium, hard and expert puzzles and at least 1 test case for all easy puzzles (see `.tests/input` and `.tests/expected` directories).

The repo also contains the puzzle statement texts of all hard and expert solo puzzles (official and community) to allow you using full-text search locally (see `statements/` directory).

## Command line usage

Expand Down Expand Up @@ -161,3 +163,5 @@ _If you have experience in how to set up any of the other languages, please send
## License

CGTest is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

The copyright owners of the statement texts are the respective puzzle creators.
2 changes: 2 additions & 0 deletions statements/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `statements` directory

This directory contains the puzzle statement texts of hard and expert difficulty CodinGame solo puzzles (official and community).

This is included to allow you using full-text search locally.

The copyright owners of the statement texts are the respective puzzle creators.

0 comments on commit 0d955de

Please sign in to comment.