github.com/weaviate/weaviate@v1.24.6/test/README.md (about)

     1  ## Testing 
     2  
     3  
     4  we use shell to run our (unit/ acceptance / integration) tests 
     5  
     6  ```shell
     7  ./test/run.sh ${command}
     8  ```
     9  run that command with any of the following available commands, make sure you're in the project root folder.
    10  
    11  ### available commands 
    12   - `--unit-only` | `-u`
    13   - `--unit-and-integration-only` | `-ui`
    14   - `--integration-only` | `-i`
    15   - `--acceptance-only` | `-a`
    16   - `--acceptance-only-fast` | `-aof`
    17   - `--acceptance-only-graphql` | `-aog`
    18   - `--acceptance-only-replication` | `-aor`
    19   - `--acceptance-module-tests-only` | `--modules-only` | `-m`
    20   - `--acceptance-module-tests-only-backup` | `--modules-backup-only` | `-mob`
    21   - `--acceptance-module-tests-except-backup` | `--modules-except-backup` | `-meb`
    22   - `--only-module-{moduleName}`