rallytime
|
c08c67f3d4
|
Add unicode_literals to modules, states, and related tests
|
2018-01-23 15:26:25 -05:00 |
|
Erik Johnson
|
7b13a7df8b
|
Replace json module usage with a helper to ensure unicode content is handled properly
This adds wrappers for json.dump{,s} which disable `ensure_ascii` by
default.
|
2017-12-27 09:30:58 -06:00 |
|
Pedro Algarvio
|
d397763553
|
Adjust to the new LoaderModuleMockMixin usage
|
2017-03-28 19:03:59 +01:00 |
|
Pedro Algarvio
|
9b1e55aa85
|
Import the full module namespace to avoid import shadowing.
https://github.com/saltstack/salt/pull/39996#issuecomment-287857698
|
2017-03-28 19:02:47 +01:00 |
|
Pedro Algarvio
|
1f7a0aa65b
|
Proper mocking
|
2017-03-28 19:00:51 +01:00 |
|
Pedro Algarvio
|
3beb3fb801
|
Move whatever we need from salttesting to salt.
Let's drop the salttesting dependency cycle.
|
2017-02-28 22:52:49 +00:00 |
|
Pedro Algarvio
|
15af4c9728
|
Test filenames conformity. Adjust for pytest.
|
2017-02-23 23:19:42 +00:00 |
|