# Project setup and core technologies

We used the following core technologies in OpenRarity:

* Python ≥ 3.10.x
* Poetry for dependency management
* Numpy ≥1.23.1
* PyTest for unit tests

### Running tests locally

```python
poetry install # install dependencies locally
poetry run pytest # run tests
```

Some tests are skipped by default due to it being more integration/slow tests. To run resolver tests:

```python
poetry run pytest -k test_testset_resolver --run-resolvers
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://openrarity.gitbook.io/developers/contributions/project-setup-and-core-technologies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
