Skip to content

Commit

Permalink
Mergeing pytest.ini from tests with pytest.ini from root (PL)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicul committed May 11, 2020
1 parent e7b7b31 commit 38a7106
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[pytest]
addopts = -p no:warnings --json-report
addopts = -p no:warnings --json-report -v --tb=short

markers =
task_1_regular_class_implementation
task_2_overriding_text
task_3_DeadlinedMetaReminder
task_4_DeadlinedReminder
task_5_concrete_subclass_stub
task_6_is_due
task_7_iter
task_8_update_interface
task_9_accept_class
task_10_subclasshook
task_11_add_reminder_isinstance
task_12_register_polite_reminder

0 comments on commit 38a7106

Please sign in to comment.