We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3bcfc commit d635132Copy full SHA for d635132
CONTRIBUTING.md
@@ -88,7 +88,7 @@ Fetch the aima-data submodule:
88
git submodule init
89
git submodule update
90
91
-Then you can run the testsuite from the `tests` directory with:
+Then you can run the testsuite from the `aima-python` or `tests` directory with:
92
93
py.test
94
pytest.ini
@@ -0,0 +1,3 @@
1
+[pytest]
2
+filterwarnings =
3
+ ignore::ResourceWarning
0 commit comments