Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.10
WORKDIR /app/tests
COPY . /app
RUN pip install -r test-requirements.txt
CMD ["sh", "-c", "pytest"]
1 change: 0 additions & 1 deletion VERSION.txt

This file was deleted.

3,080 changes: 758 additions & 2,322 deletions openfga_sdk/api/open_fga_api.py

Large diffs are not rendered by default.

Loading
Loading