define nested class for via_ip test
This commit is contained in:
parent
c19cae2c88
commit
bbed294b93
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ def prepare(tmp_path: Path):
|
||||||
(datetime.fromtimestamp(1600000000, tz=timezone.utc), (55.7558 , 37.6173 )), # Moscow, Russia
|
(datetime.fromtimestamp(1600000000, tz=timezone.utc), (55.7558 , 37.6173 )), # Moscow, Russia
|
||||||
)
|
)
|
||||||
# note: order doesn't matter, will be sorted in the data provider
|
# note: order doesn't matter, will be sorted in the data provider
|
||||||
|
class via_ip:
|
||||||
|
pass
|
||||||
|
|
||||||
class time:
|
class time:
|
||||||
class tz:
|
class tz:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue