Skip to content

Commit 4edc05d

Browse files
committed
Removed old_tests.
Consolidated minimal user tests. Added missing test for `get_schema_ut_packages` Fixed bug in `get_schema_ut_packages` where cache was not refreshed as needed. Resolves #475
1 parent f839c90 commit 4edc05d

File tree

65 files changed

+167
-1858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+167
-1858
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ before_script:
9090
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/install.sh; fi
9191
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/install_utplsql_release.sh; fi
9292
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/run_examples.sh; fi
93-
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/run_old_tests.sh; fi
9493

9594
script:
9695
- if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi

.travis/run_old_tests.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ Whenever a new version of utPLSQL or a new version of utPLSQL-cli is available,
138138

139139
## Running unit tests
140140

141-
Currently we use two forms of unit tests in our CI build:
142-
- sql scripts as unit tests in the `old_tests` directory
143-
- utPLSQL v3 unit tests in the `test` directory
141+
utPLSQL v3 unit tests are located in the `test` directory
144142

145143
Before you push any changes and create a pull request to the utPLSQL project repository, make sure that all of the tests are executing successfully in your local environment.
146144

@@ -150,18 +148,13 @@ Every new functionality needs to be documented by unit tests that cover both hap
150148
> We do our best to keep utPLSQL covered with unit tests.
151149
> Lack of sufficient unit testing is a perfect reason for PR to be rejected.
152150
153-
To suite of legacy unit tests execute:
154-
```bash
155-
development/env.sh
156-
old_tests/runAll.sh
157-
```
158151
To run a full suite of unit tests execute:
159152
```bash
160153
development/env.sh
161154
test/install_and_run_tests.sh
162155
```
163156

164-
You can review the results of tests as well as see information about code coverage in `./old_tests/coverage.html, ./coverage.html` files.
157+
You can review the results of tests as well as see information about code coverage in `./coverage.html` file.
165158

166159

167160
## Modules
File renamed without changes.

old_tests/RunAll.sql

Lines changed: 0 additions & 396 deletions
This file was deleted.

old_tests/helpers/department.tps

Lines changed: 0 additions & 4 deletions
This file was deleted.

old_tests/helpers/department1.tps

Lines changed: 0 additions & 4 deletions
This file was deleted.

old_tests/helpers/html_coverage_test.pck

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)