Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The framework follows industry standards and best patterns of modern Unit Testin
- [Using reporters](userguide/reporters.md)
- [Reporting errors](userguide/exception-reporting.md)
- [Code coverage](userguide/coverage.md)
- [Cheat Sheet](utplsql-v3-cheat-sheet.pdf)
- [Cheat-sheet](https://www.cheatography.com/jgebal/cheat-sheets/utplsql-v3/#downloads)
- About
- [Project Details](about/project-details.md)
- [License](about/license.md)
Expand Down
Binary file removed docs/utplsql-v3-cheat-sheet.pdf
Binary file not shown.
19 changes: 2 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,6 @@ The framework follows industry standards and best patterns of modern Unit Testin
- flexible and simple test invocation
- multi-reporting from test-run from [command line](docs/userguide/ut_run-script.md)

# Primary features
- Support for all basic scalar data-types except ROWID and RAW
- Support for User Defined Object Types and Collections
- Support for native cursors both strong and weak
- Data-type aware testing - number 1 is not equal to string '1'
- [Annotations](docs/userguide/annotations.md) are used to define and configure tests
- Extensible [expectations](docs/userguide/expectations.md)
- Extensible reporting formats
- Extensible output providers
- Support for multi-reporting
- Code coverage reporting (with different formats)
- Runtime reporting of test execution progress
- Well-defined API
- Easy to call from current PL/SQL development tools
- More permissive License to allow vendors to integrate utPLSQL without violation of license
- Published upgrade/conversion path from version 2 ( TODO )

Requirements:
- Version of Oracle under [extended support](http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf) (Currently 11.2 and above)

Expand All @@ -62,6 +45,8 @@ Published releases are available for download on the [utPLSQL GitHub Releases Pa

Full documentation of the project is automatically published on [utPLSQL github pages](https://utplsql.github.io/utPLSQL/)

[Cheat-sheet](https://www.cheatography.com/jgebal/cheat-sheets/utplsql-v3/#downloads)

# Contributing to the project

We welcome new developers to join our community and contribute to the utPLSQL project.
Expand Down