diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-26 23:35:27 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-26 23:35:27 +0900 |
commit | 13ae3c598a64086bb548e953878785c84b27cd5a (patch) | |
tree | 19ed11df632ea2338070589107a08c4c7606ff17 /pyproject.toml | |
parent | 83fc0b5427e1c43ed1f4391ec6cf6da96aac64a9 (diff) | |
download | scadere-13ae3c598a64086bb548e953878785c84b27cd5a.tar.gz |
Define dev environment
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 244eba7..2c839b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,9 @@ dynamic = [ 'version' ] urls = { Source = 'https://trong.loang.net/scadere' } scripts = { scadere = 'scadere.__main__:main' } +[project.optional-dependencies] +dev = [ 'pytest', 'pytest-asyncio', 'hypothesis', 'coverage', 'flake8' ] + [tool.pytest.ini_options] asyncio_mode = 'auto' asyncio_default_fixture_loop_scope = 'function' |