Skip to content

Commit

Permalink
redo pytest.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
eagmon committed Dec 10, 2024
1 parent 1a30611 commit 7015771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions process_bigraph/tests.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"""
Tests for Process Bigraph
"""

import random
import pytest
import random

from process_bigraph import register_types
from process_bigraph.composite import Process, Step, Composite, merge_collections, ProcessTypes
Expand Down
7 changes: 2 additions & 5 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[pytest]
addopts = --ignore=setup.py --ignore=process_bigraph/experiments/comets.py
python_files = *.py
#skip comets tests
testpaths = process_bigraph
markers =
slow: indicates slow tests (deselect with '-m "not slow"')
python_functions = test*
addopts = --ignore=setup.py

0 comments on commit 7015771

Please sign in to comment.