File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
2- Setup file for pyscaffoldext-dsproject.
3- Use setup.cfg to configure your project.
2+ Setup file for pyscaffoldext-dsproject.
3+ Use setup.cfg to configure your project.
44
5- This file was generated with PyScaffold 4.0a2
6- PyScaffold helps you to put up the scaffold of your new Python project.
7- Learn more under: https://pyscaffold.org/
5+ This file was generated with PyScaffold 4.0a2
6+ PyScaffold helps you to put up the scaffold of your new Python project.
7+ Learn more under: https://pyscaffold.org/
88"""
9+
910from setuptools import setup
1011
1112if __name__ == "__main__" :
Original file line number Diff line number Diff line change 22A nice option is to put your ``autouse`` fixtures here.
33Functions that can be imported and re-used are more suitable for the ``helpers`` file.
44"""
5+
56import os
67
78import pytest
You can’t perform that action at this time.
0 commit comments