Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ReTeam Labs committed May 5, 2020
1 parent 6e10e78 commit 44afc39
Show file tree
Hide file tree
Showing 2 changed files with 435 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[pytest]
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_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_10_subclasshook
task_10_add_reminder_evening

task_11_add_reminder_isinstance

task_12_polite_reminder_touchup
task_12_registration
addopts = --json-report
Loading

0 comments on commit 44afc39

Please sign in to comment.