We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d15b71 commit 3bd5375Copy full SHA for 3bd5375
test/README.md
@@ -176,8 +176,4 @@ api_config = config_utils.get_nested_config("easyPerf.api")
176
2. Apply appropriate tags
177
3. Naming: `test_*.py`
178
4. Use fixtures & marks for data management
179
-<<<<<<< HEAD
180
5. Keep custom marks concise and aligned with overall goals
181
-=======
182
-5. Keep custom marks concise and aligned with overall goals
183
->>>>>>> f01918a (Adapted to pytest framework)
test/requirements.txt
@@ -1,14 +1,6 @@
1
pytest>=7.0.0
2
pytest-html>=3.1.1
3
PyYAML>=6.0
4
5
# MySQL
6
peewee>=3.14.5
7
pymysql>=1.0.2
8
9
-pandas>=2.0.0
10
-pydantic>=2.0.0
11
-# MySQL
12
-peewee>=3.14.5
13
-pymysql>=1.0.2
14
0 commit comments