Skip to content

Commit e324bf6

Browse files
committed
Put some more info in test readme
1 parent 02dbb61 commit e324bf6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

test/readme.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# Some tests are run automatically in the pipeline after pushing in the repository
2-
See the folder `.github/workflows`
1+
# Which tests run automatically in the pipeline?
2+
- Tests from the folder `common_tests` run automatically in the pipeline after pushing in the repository
3+
- The tests in the folder `custom_db_tests` are designed to run locally - they have to be triggered manually. I don't run them at all changes.
4+
- There are some unit tests with pytest, but mostly there are acceptance tests with RF
5+
- See the folder `.github/workflows`
6+
7+
# Which databases / modules are covered?
8+
- The acceptance tests in the pipeline don't cover all possible DB's - here is a lot of room for improvement
9+
- Running tests locally require DB containers running - see below
10+
11+
# Running tests locally from VS Code / terminal
12+
- Selecting a DB module works via a global variable `GLOBAL_DB_SELECTOR` - set it from VSC or CLI
13+
- Current debug/launch configs are implemented for old LSP plugin - still need to update to Robotcode from Daniel
14+
315
# Here are some advices for local testing of the library with different Python DB modules
416
## Oracle:
517
- https://github.com/gvenzl/oci-oracle-free

0 commit comments

Comments
 (0)