这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
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
3 changes: 2 additions & 1 deletion tuplex/python/tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
import unittest
import pytest
from tuplex import Context
from random import randint, sample, shuffle
from random import randint, sample, shuffle, seed
from math import floor
from helper import options_for_pytest

seed(42)

class TestExceptions:

Expand Down