Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d635132

Browse files
antmarakisnorvig
authored andcommitted
Add pytest.ini to main directory (aimacode#548)
* Create pytest.ini * Update CONTRIBUTING.md
1 parent 2e3bcfc commit d635132

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Fetch the aima-data submodule:
8888
git submodule init
8989
git submodule update
9090

91-
Then you can run the testsuite from the `tests` directory with:
91+
Then you can run the testsuite from the `aima-python` or `tests` directory with:
9292

9393
py.test
9494

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
filterwarnings =
3+
ignore::ResourceWarning

0 commit comments

Comments
 (0)