File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments