Skip to content

Commit

Permalink
Delete old implementation with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nifadyev committed Jul 19, 2024
1 parent 8e78a8c commit 76c7844
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 879 deletions.
Empty file removed tests/__init__.py
Empty file.
30 changes: 0 additions & 30 deletions tests/conftest.py

This file was deleted.

47 changes: 0 additions & 47 deletions tests/fixtures.py

This file was deleted.

19 changes: 0 additions & 19 deletions tests/test_api.py

This file was deleted.

93 changes: 0 additions & 93 deletions tests/test_entities.py

This file was deleted.

25 changes: 0 additions & 25 deletions tests/test_repositories.py

This file was deleted.

63 changes: 0 additions & 63 deletions toggl_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,63 +0,0 @@
__version__ = "0.2.7"

from .auth import BasicAuth, TokenAuth # noqa: F401
from .entities import Dashboard # noqa: F401
from .entities import (
Activity,
BaseEntity,
Client,
Group,
MostActiveUser,
Project,
ProjectUser,
ReportTimeEntry,
Tag,
Task,
TimeEntry,
User,
Workspace,
WorkspaceUser,
)
from .repository import (
Clients,
Dashboards,
Groups,
ProjectUsers,
ReportTimeEntries,
Tags,
TimeEntries,
Users,
Workspaces,
WorkspaceUsers,
)


__all__ = [
"Activity",
"BasicAuth",
"BaseEntity",
"Client",
"Clients",
"Dashboard",
"Dashboards",
"Group",
"Groups",
"MostActiveUser",
"Project",
"ProjectUser",
"ProjectUsers",
"ReportTimeEntry",
"ReportTimeEntries",
"Tag",
"Tags",
"Task",
"TimeEntries",
"TimeEntry",
"TokenAuth",
"User",
"Users",
"Workspace",
"Workspaces",
"WorkspaceUser",
"WorkspaceUsers",
]
84 changes: 0 additions & 84 deletions toggl_python/api.py

This file was deleted.

16 changes: 0 additions & 16 deletions toggl_python/auth.py

This file was deleted.

Loading

0 comments on commit 76c7844

Please sign in to comment.