Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
promans718 committed Oct 4, 2024
1 parent 833d7c7 commit 0a6ca46
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions toolium/test/utils/test_dataset_replace_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,15 +453,6 @@ def test_replace_param_replace():
assert param == "url.com"


def test_replace_param_date():
param = replace_param('[DATE:1994-06-13T07:00:00::%d %m %Y]')
assert param == "13 06 1994"
param = replace_param('[DATE:1994-06-13T07:00:00::%d %b %Y]')
assert param == "13 JUN 1994"
param = replace_param('[DATE:1994-06-13T07:00:00::%H:%M]')
assert param == "07:00"


def test_replace_param_title():
param = replace_param('[TITLE:hola hola]')
assert param == "Hola Hola"
Expand Down

0 comments on commit 0a6ca46

Please sign in to comment.