Skip to content

Commit

Permalink
add text about executing test on multiple OS platforms #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Aug 17, 2023
1 parent b6ee033 commit 03d3570
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/development/continuous-integration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Continuous integration is a crucial practice in software development that involv

## Setup

### Configure Tox Automation
### Configure Tox test-automation

To streamline our test environment setup, we use `tox`, a powerful tool that automates testing across different environments. Begin by installing `tox`:

Expand All @@ -20,6 +20,9 @@ Configuring `tox` may involve some complexity. Start by defining what tests you
!!! Warning "Missing"
Refer to our comprehensive guide on configuring `tox` for detailed instructions.

!!! Info "Run test on multiple platforms"
Our Tox environments are executed on all major platofrms including windows, linux and macos.

### Configure Continuous Integration using GitHub Actions

Our continuous integration (CI) process executes a series of tests, including running pytest and performing linting and code quality checks.
Expand Down

0 comments on commit 03d3570

Please sign in to comment.