-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
35 lines (34 loc) · 1.71 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[pytest]
; minversion = 6.0
; required_plugins = "pytest-assume, pytest-dependency"
addopts = --pyargs tmdbapi
-rF
--ignore=tmdbapi/tests/test_tmdbapi.py
--ignore=tmdbapi/tests/api3/test_account.py
--ignore=tmdbapi/tests/api3/test_certifications.py
--ignore=tmdbapi/tests/api3/test_collections.py
--ignore=tmdbapi/tests/api3/test_credits.py
--ignore=tmdbapi/tests/api3/test_find.py
--ignore=tmdbapi/tests/api3/test_genres.py
--ignore=tmdbapi/tests/api3/test_keywords.py
--ignore=tmdbapi/tests/api3/test_changes.py
--ignore=tmdbapi/tests/api3/test_configuration.py
--ignore=tmdbapi/tests/api3/test_companies.py
--ignore=tmdbapi/tests/api3/test_movie_lists.py
--ignore=tmdbapi/tests/api3/test_networks.py
--ignore=tmdbapi/tests/api3/test_trending.py
--ignore=tmdbapi/tests/api3/test_watch_providers.py
--ignore=tmdbapi/tests/api3/test_reviews.py
--ignore=tmdbapi/tests/api3/test_lists.py
--ignore=tmdbapi/tests/api3/test_movies.py
--ignore=tmdbapi/tests/api3/test_people.py
--ignore=tmdbapi/tests/api3/test_tv_series_lists.py
--ignore=tmdbapi/tests/api3/test_tv_episode_groups.py
--ignore=tmdbapi/tests/api3/test_discover.py
--ignore=tmdbapi/tests/api3/test_tv_series.py
--ignore=tmdbapi/tests/api3/test_tv_episodes.py
--ignore=tmdbapi/tests/api3/test_tv_seasons.py
--ignore=tmdbapi/tests/api3/test_guest_sessions.py
--ignore=tmdbapi/tests/api3/test_search.py
--ignore=tmdbapi/tests/api4/test_account.py
--ignore=tmdbapi/tests/api4/test_lists.py