Skip to content

Commit

Permalink
Remove testing module. (#691)
Browse files Browse the repository at this point in the history
* Remove testing module.

* Update changelog.

* Fix wording.

* Fix typo.
  • Loading branch information
vyasr authored and iblanco11981870 committed Nov 29, 2022
1 parent 62b1c91 commit 7c5bac6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Fixed

- Detecting correct environment on Delta GPU nodes (#682).

Removed
+++++++

- The ``flow.testing`` module (#691).

Version 0.22
============

Expand Down
3 changes: 1 addition & 2 deletions flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. _signac: https://signac.io/
"""
from . import environment, environments, errors, hooks, scheduling, testing
from . import environment, environments, errors, hooks, scheduling
from .aggregates import aggregator, get_aggregate_id
from .environment import get_environment
from .project import FlowProject, IgnoreConditions, classlabel, label, staticlabel
Expand All @@ -24,7 +24,6 @@
"errors",
"hooks",
"scheduling",
"testing",
"aggregator",
"get_aggregate_id",
"get_environment",
Expand Down
36 changes: 0 additions & 36 deletions flow/testing.py

This file was deleted.

0 comments on commit 7c5bac6

Please sign in to comment.