Metadata-Version: 2.4
Name: idmtools_test
Version: 2.2.1
Summary: Test and demo data for IDM-Tools
Author-email: Sharon Chen <schen@idmod.org>, Zhaowei Du <zdu@idmod.org>, Ye Chen <yechen@idmod.org>, Clinton Collins <ccollins@idmod.org>, Mary Fisher <mfisher@idmod.org>, Clark Kirkman IV <ckirkman@idmod.org>, Benoit Raybaud <braybaud@idmod.org>
Project-URL: Homepage, https://github.com/InstituteforDiseaseModeling/idmtools
Keywords: modeling,IDM,test,testdata,demodata
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.TXT
Requires-Dist: idmtools~=2.2.1
Requires-Dist: pytest
Requires-Dist: pypiwin32==223; sys_platform == "win32"
Requires-Dist: pywin32; sys_platform == "win32"
Dynamic: license-file

![Staging: idmtools-test](https://github.com/InstituteforDiseaseModeling/idmtools/workflows/Staging:%20idmtools-test/badge.svg?branch=dev)

# idmtools-test

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

  - [Installing](#installing)
- [Testing tips](#testing-tips)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Installing

```bash
pip install idmtools-test --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
```

# Testing tips

Most project have markers defined for tests. You can run select test at the command line using marker filter

For example to run just docker related tests, you can user
`pytest -m "docker"`

The local runner tests make
