Skip to content

Commit

Permalink
tests => test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent 8e485dc commit 4796c7e
Show file tree
Hide file tree
Showing 51 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ test:
- openalea.mtg
source_files:
- share/data/**
- tests/**
- tests/data/**
- test/**
- test/data/**
commands:
- cd tests
- cd test
- pytest -v --ignore=test_aml.py --ignore=test_stat.py

about:
Expand Down
2 changes: 1 addition & 1 deletion src/openalea/mtg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
minor = 3
"""(int) Version minor component."""

post = 0
post = 1
"""(int) Version post or bugfix component."""

__version__ = ".".join([str(s) for s in (major, minor, post)])
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4796c7e

Please sign in to comment.