forked from seanshoffman/python-build-cli-planner-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ReTeam Labs
committed
May 6, 2020
1 parent
1f3e4f4
commit d94ac84
Showing
2 changed files
with
58 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,15 @@ | ||
[pytest] | ||
addopts = --json-report -v --tb=short | ||
markers = | ||
task_1_regular_class_exists | ||
task_1_regular_class_implementation | ||
|
||
task_2_overriding_text | ||
|
||
task_3 : generic mark for task 3 | ||
task_4 : generic mark for task 4 | ||
abstract_classes_exist : specific mark for both task 3 and 4 | ||
abstract_isdue_exists : specific mark for for both task 3 and 4 | ||
|
||
task_3_DeadlinedMetaReminder | ||
task_4_DeadlinedReminder | ||
task_5_concrete_subclass_stub | ||
|
||
task_6_is_due | ||
|
||
task_7_iter | ||
|
||
task_8_signature | ||
task_8_adding | ||
|
||
task_9_correct_imports | ||
task_9_add_reminder_third_parameter | ||
task_9_add_reminder_date | ||
task_9_add_reminder_incorrect | ||
|
||
task_8_update_interface | ||
task_9_accept_class | ||
task_10_subclasshook | ||
task_10_add_reminder_evening | ||
|
||
task_11_add_reminder_isinstance | ||
|
||
task_12_polite_reminder_touchup | ||
task_12_registration | ||
task_12_register_polite_reminder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters