Skip to content

Commit

Permalink
use bold instead of headings
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 authored Apr 12, 2024
1 parent 830e7d7 commit a8ede2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Once finished, you can find the test results in the `dv/unit-tests.log` file and

If you want to run single tests you need to manually set up the environment and set up the necessary environment variables. Please follow the instructions below.

## 1. Start the Dataverse instance
**1. Start the Dataverse instance**

```bash
docker compose \
Expand All @@ -36,7 +36,7 @@ docker compose \
up -d
```

## 2. Set up the environment variables
**2. Set up the environment variables**

```bash
export BASE_URL=http://localhost:8080
Expand All @@ -45,7 +45,7 @@ export $(grep "API_TOKEN" "dv/bootstrap.exposed.env")
export API_TOKEN_SUPERUSER=$API_TOKEN
```

## 3. Run the test(s) with pytest
**3. Run the test(s) with pytest**

```bash
python -m pytest -v
Expand Down

0 comments on commit a8ede2c

Please sign in to comment.