Skip to content

Releases: RealA10N/cptk

cptk v0.1.0-alpha3

27 Feb 22:53
cc0e4dd
Compare
Choose a tag to compare
cptk v0.1.0-alpha3 Pre-release
Pre-release

Fixed

  • Default configurations and project structures are now bundled with the wheel release.
    • This resolves an UNEXPECTED ERROR when trying to run the cptk init subcommand for wheel installs (including ones provided by pip from PyPI).

cptk v0.1.0-alpha2

26 Feb 20:17
43dc1d0
Compare
Choose a tag to compare
cptk v0.1.0-alpha2 Pre-release
Pre-release

This alpha release adds the cptk test subcommand to cptk! πŸ₯³

Starting from this release the project configuration files supports a new field called test.
It will be automatically created for you when you initialize a new cptk project using cptk init,
and using it cptk will know where to store the scraped sample tests when cloning problems.

By default, running cptk test will try and run the tests for the last problem that is known to cptk.
It is also easy to add your custom test cases that will run when executing cptk test:
just add .in and .out text files to the problem's testing folder!

For more information and a full tutorial on the cptk test subcommand,
you are more than welcome to visit our wiki page.

Added

  • The cptk test subcommand!
    • Optional test field for each recipe in the recipes.cptk.yaml configuration file
    • Optional clone.recipe.test field in the project.cptk.yaml configuration file

cptk v0.1.0-alpha1

16 Feb 20:18
9770878
Compare
Choose a tag to compare
cptk v0.1.0-alpha1 Pre-release
Pre-release

Fixed

  • Default templates are now bundled with the package, which fixes the bug in cptk init.

cptk v0.1.0-alpha0

15 Feb 21:55
177045b
Compare
Choose a tag to compare
cptk v0.1.0-alpha0 Pre-release
Pre-release

The first (alpha) release of cptk! πŸ₯³
Feel free to use the software and report any bugs that you find!
Enjoy and have a nice day! πŸ˜ƒ

Added

  • Supported commands are: cptk initialize, cptk clone, cptk move, cptk bake and cptk serve.