-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch unit testing to py.test #447
Comments
Since pytest can run the existing unit tests, what work remains to close this issue? |
Current unit tests use |
(bluesky_2021_2) prjemian@zap:~/.../BCDA-APS/apstools$ git grep unittest | grep import
tests/__main__.py:import unittest
tests/test_apsbss.py:import unittest
tests/test_commandlist.py:import unittest
tests/test_exceltable.py:import unittest
tests/test_plans.py:import unittest
tests/test_simple.py:import unittest |
The entire purpose of |
prjemian
added a commit
that referenced
this issue
Oct 4, 2021
prjemian
added a commit
that referenced
this issue
Oct 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will match what the bluesky framework is using
The text was updated successfully, but these errors were encountered: