Skip to content

Commit

Permalink
improve testing
Browse files Browse the repository at this point in the history
added more tests and a dummy api client for testing without credentials
  • Loading branch information
Sheppsu committed Oct 2, 2024
1 parent 91c7510 commit e5e02e2
Show file tree
Hide file tree
Showing 18 changed files with 537 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pytest

on: workflow_dispatch
on: [push, pull_request]

permissions:
contents: read
Expand Down
238 changes: 0 additions & 238 deletions otdb/api/tests.py

This file was deleted.

Empty file added otdb/api/tests/__init__.py
Empty file.
Loading

0 comments on commit e5e02e2

Please sign in to comment.