Commit Graph

13 Commits

Author SHA1 Message Date
Dmitry Belyaev c2c3a7a14d
fix type errors in tests
with mypy --strict
2022-06-04 18:51:43 +03:00
Dmitry Belyaev 29275d3f0e
more types in test_sync 2022-06-04 00:57:38 +03:00
Glenn Waters 70278c1542 Format with black. 2022-03-08 10:46:21 -05:00
Dmitry Belyaev b09136747f
rewrite test_filter_events_no_updated 2022-02-22 09:52:28 +03:00
Dmitry Belyaev 89877bc6d8
add test_filter_events_to_update_no_updated
#80
2022-02-21 22:40:07 +03:00
Dmitry Belyaev c41b3a4dbd
type annotations - tests 2021-05-01 13:49:26 +03:00
Dmitry Belyaev a96050628a
Feature: setup (#15)
* add files for setup

* ! package rename

* move scripts

* + setuptools_scm_git_archive

* + fallback_version

* + setuptools_scm_git_archive to setup.cfg

* bdist_wheel universal

* ignore build/ and .eggs/

* don't use version from setuptools_scm

* Revert "don't use version from setuptools_scm"

This reverts commit 7ad0b4d3d8.

* Revert "bdist_wheel universal"

This reverts commit 5027866b39.

* no-local-version

* +workflow: Upload Python Package
2020-02-19 23:26:28 +03:00
Dmitry Belyaev 94edbf1849
parametrize test_filter_events_by_date 2018-04-17 22:53:56 +03:00
Dmitry Belyaev c38a3afe00
test_sync rewrite using pytest 2018-04-17 22:41:14 +03:00
Dmitry Belyaev a5a97dd263
add test for filter events with start['date'] 2018-04-11 23:37:14 +03:00
Dmitry Belyaev ff4512fa00
more items in comparison test 2018-04-11 10:15:04 +03:00
Dmitry Belyaev e2d92458d3
add shuffle to sync tests 2018-04-09 15:08:45 +03:00
Dmitry Belyaev 909361ce90
add sync tests 2018-04-07 17:25:09 +03:00