Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
cegonse committed Aug 24, 2024
1 parent 637ffa7 commit 06316ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
25 changes: 20 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,27 @@ Cest runner will execute all tests inside the suite and return **0 on success**

To see an integration example, check the [cpm package manager](https://github.com/jorsanpe/cpm).

Contributing
------------

Feel free to create any issues or pull requests with new functionality you deem useful! I will review issues created by others first.

License
-------

Cest is MIT licensed.

Contributing and roadmap
------------------------

Feel free to create any issues or pull requests with new functionality you deem useful! I will review issues created by others first.

Documentation is hosted in GitHub Pages in a different repository, found here: https://github.com/cegonse/cest-docs. Please create any issues related to the documentation in the main repository (cegonse/cest) instead of the docs one.

**Roadmap**

- [x] Basic test support (it, xit, fit)
- [x] macOS and Linux support
- [x] Test parametrization support
- [x] Basic expect matchers
- [ ] Test cases run in an subprocess to avoid crashing the whole suite
- [ ] `cest-runner` for watch mode functionality of multiple suites
- [ ] Integrated optional malloc / free overrides
- [ ] Complex expect matchers (comprehensive STD collection support)
- [ ] Simple integration of custom expect matchers
- [ ] Windows support
12 changes: 0 additions & 12 deletions sonar-project.properties

This file was deleted.

0 comments on commit 06316ab

Please sign in to comment.