Skip to content

Commit

Permalink
fix: improve a test
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Dec 11, 2024
1 parent f3a31b9 commit c5fdcec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import sys

sys.dont_write_bytecode = True

import json
import os
import random
Expand Down

0 comments on commit c5fdcec

Please sign in to comment.