From eab327c4a1914102bc146582d29d7437370fcca1 Mon Sep 17 00:00:00 2001 From: Sean Stewart Date: Sun, 7 Jul 2024 09:26:41 -0400 Subject: [PATCH] misc: pycharm run configurations --- .run/pytest.run.xml | 30 ++++++++++++++++++++++++++++++ .run/tox.run.xml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .run/pytest.run.xml create mode 100644 .run/tox.run.xml diff --git a/.run/pytest.run.xml b/.run/pytest.run.xml new file mode 100644 index 0000000..bb79560 --- /dev/null +++ b/.run/pytest.run.xml @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file diff --git a/.run/tox.run.xml b/.run/tox.run.xml new file mode 100644 index 0000000..a7b90cc --- /dev/null +++ b/.run/tox.run.xml @@ -0,0 +1,32 @@ + + + + + \ No newline at end of file